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

Commit eb850cd9 authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/dev_20211205' into pre

parents 3d9d06ed 4257a1cf
......@@ -215,7 +215,7 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
// 会员权益券失效时间duedAt需要同步会员到期时间expiryAt
Integer exclusively = mgtCoupon.getExclusively();
boolean isMemberRightsCoupon = exclusively == 1;
queryWrapper.select(AdamUserMember::getUid).orderByAsc(AdamUserMember::getMid);
queryWrapper.select(AdamUserMember::getUid, AdamUserMember::getExpiryAt).orderByAsc(AdamUserMember::getMid);
while (totalCount > 0) {
initUserCouponList.clear();
......
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