|
|
|
@@ -303,7 +303,7 @@ public class CouponSendSchedule { |
|
|
|
} |
|
|
|
}).collect(Collectors.toList()); |
|
|
|
|
|
|
|
List<WxCUserBasicInfo> couponSendedUsers = new ArrayList<>(); |
|
|
|
Set<WxCUserBasicInfo> couponSendedUsers = new HashSet<>(); |
|
|
|
for (WxCouponSendVo cs : couponSendList) { |
|
|
|
if (cs.getRemainInventory() <= 0) { |
|
|
|
logger.info("生日发券: [title={},id={}]卡券库存不足!", cs.getTitle(), cs.getCouponId()); |
|
|
|
|