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

Commit 8cc7d94a authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

Pre

See merge request !130
parents 5d9c858f eb850cd9
......@@ -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