1. 优惠券调整
This commit is contained in:
parent
b046963a42
commit
f43e93f7fa
|
@ -717,7 +717,7 @@ public class EtTask {
|
|||
// 更新到数据库
|
||||
int result = etCouponClaimLogMapper.updateEtCouponClaimLog(couponLog);
|
||||
if (result > 0) {
|
||||
log.info("优惠券ID: {} 已过期,状态已更新为 EXPIRED", couponLog.getCouponId());
|
||||
log.info("优惠券ID: {} 已过期,状态已更新为:已过期", couponLog.getCouponId());
|
||||
} else {
|
||||
log.warn("优惠券ID: {} 更新状态失败", couponLog.getCouponId());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user