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

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

+log;

parent ea4dc549
...@@ -85,7 +85,7 @@ public class CandyCouponDueTaskController { ...@@ -85,7 +85,7 @@ public class CandyCouponDueTaskController {
AtomicInteger pl = new AtomicInteger(); AtomicInteger pl = new AtomicInteger();
int remainCount = totalCount; int remainCount = totalCount;
int num = 0, pSize = 1000; int num = 0, pSize = 1000;
log.info("券码到期检查处理:兑换码[到期总记录数:{}] >>> BEGIN BEGIN BEGIN", totalCount); log.info("券码到期检查处理:兑换码[到期总记录数:{},AT:{}] >>> BEGIN BEGIN BEGIN", totalCount, now);
ArrayList<CandyCouponCode> updateCouponCodeList = ObjectUtil.getCandyCouponCodeArrayList(); ArrayList<CandyCouponCode> updateCouponCodeList = ObjectUtil.getCandyCouponCodeArrayList();
couponCodeQueryWrapper.select(CandyCouponCode::getMid, CandyCouponCode::getCcode); couponCodeQueryWrapper.select(CandyCouponCode::getMid, CandyCouponCode::getCcode);
...@@ -154,7 +154,7 @@ public class CandyCouponDueTaskController { ...@@ -154,7 +154,7 @@ public class CandyCouponDueTaskController {
commonCouponQueryWrapper.eq(CandyCommonCoupon::getState, 1); commonCouponQueryWrapper.eq(CandyCommonCoupon::getState, 1);
commonCouponQueryWrapper.select(CandyCommonCoupon::getMid, CandyCommonCoupon::getCcouponId, CandyCommonCoupon::getCouponId); commonCouponQueryWrapper.select(CandyCommonCoupon::getMid, CandyCommonCoupon::getCcouponId, CandyCommonCoupon::getCouponId);
List<CandyCommonCoupon> commonCouponList = platformCandyCommonCouponService.list(commonCouponQueryWrapper); List<CandyCommonCoupon> commonCouponList = platformCandyCommonCouponService.list(commonCouponQueryWrapper);
log.info("券到期检查处理:公有券[可用券总数:{}] >>> BEGIN BEGIN BEGIN", commonCouponList.size()); log.info("券到期检查处理:公有券[可用券总数:{},AT:{}] >>> BEGIN BEGIN BEGIN", commonCouponList.size(), now);
if (!CollectionUtils.isEmpty(commonCouponList)) { if (!CollectionUtils.isEmpty(commonCouponList)) {
List<CandyCommonCoupon> updateCommonCouponList = new ArrayList<>(); List<CandyCommonCoupon> updateCommonCouponList = new ArrayList<>();
...@@ -244,7 +244,7 @@ public class CandyCouponDueTaskController { ...@@ -244,7 +244,7 @@ public class CandyCouponDueTaskController {
AtomicInteger pl = new AtomicInteger(); AtomicInteger pl = new AtomicInteger();
int remainCount = totalCount; int remainCount = totalCount;
int num = 0, pSize = 1000; int num = 0, pSize = 1000;
log.info("券到期检查处理:私有券[到期总记录数:{}] >>> BEGIN BEGIN BEGIN", totalCount); log.info("券到期检查处理:私有券[到期总记录数:{},AT:{}] >>> BEGIN BEGIN BEGIN", totalCount, now);
ArrayList<CandyUserCoupon> updateUserCouponList = ObjectUtil.getCandyUserCouponArrayList(); ArrayList<CandyUserCoupon> updateUserCouponList = ObjectUtil.getCandyUserCouponArrayList();
userCouponQueryWrapper.select(CandyUserCoupon::getMid, CandyUserCoupon::getUcouponId); userCouponQueryWrapper.select(CandyUserCoupon::getMid, CandyUserCoupon::getUcouponId);
......
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