Преглед изворни кода

[优化]会员生日,一个mall发一次短信

release_toaliyun_real
Burce пре 6 година
родитељ
комит
5e20157373
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/CouponSendSchedule.java

+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/CouponSendSchedule.java Прегледај датотеку

@@ -303,7 +303,7 @@ public class CouponSendSchedule {
} }
}).collect(Collectors.toList()); }).collect(Collectors.toList());


List<WxCUserBasicInfo> couponSendedUsers = new ArrayList<>();
Set<WxCUserBasicInfo> couponSendedUsers = new HashSet<>();
for (WxCouponSendVo cs : couponSendList) { for (WxCouponSendVo cs : couponSendList) {
if (cs.getRemainInventory() <= 0) { if (cs.getRemainInventory() <= 0) {
logger.info("生日发券: [title={},id={}]卡券库存不足!", cs.getTitle(), cs.getCouponId()); logger.info("生日发券: [title={},id={}]卡券库存不足!", cs.getTitle(), cs.getCouponId());


Loading…
Откажи
Сачувај