记得上下班打卡 | git大法好,push需谨慎

Commit 66622f95 authored by 张国柄's avatar 张国柄

发放券逻辑调整;

parent 9138cd06
......@@ -205,6 +205,7 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
userCoupon.setState(1);
userCoupon.setBindAt(now);
userCoupon.setDuedAt(coupon.getExpireAt());
userCoupon.setCreatedAt(now);
initUserCouponList.add(userCoupon);
}
......@@ -266,6 +267,7 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
userCoupon.setState(1);
userCoupon.setBindAt(now);
userCoupon.setDuedAt(coupon.getExpireAt());
userCoupon.setCreatedAt(now);
initUserCouponList.add(userCoupon);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment