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

Commit 4257a1cf authored by 张国柄's avatar 张国柄

~修复发放券:全体会员时,过期时间问题(del test code);

parent bd5e4618
......@@ -207,7 +207,6 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
LocalDateTime nowEndTime = now.withHour(23).withMinute(59).withSecond(59);
LambdaQueryWrapper<AdamUserMember> queryWrapper = Wrappers.lambdaQuery(AdamUserMember.class).eq(AdamUserMember::getState, 1)
.eq(AdamUserMember::getUid, "1997335")
.gt(AdamUserMember::getExpiryAt, nowEndTime);
int userMemberCount = platformAdamUserMemberService.count(queryWrapper), num = 0, pSize = 1000;
int totalCount = userMemberCount, eventAmt = mgtCoupon.getEventAmt();
......
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