|
|
|
@@ -52,7 +52,7 @@ public class OrderExpiringSchedule { |
|
|
|
dateMap.put("type", EnumOrderType.COUPON.getCode()); |
|
|
|
dateMap.put("endDate", expireDate); |
|
|
|
List<WxOrder> orderCoupons = wxOrderMapper.findListOfUnpaidOrderByDate(dateMap); |
|
|
|
orderCoupons.parallelStream().forEach( o -> { |
|
|
|
orderCoupons.stream().forEach( o -> { |
|
|
|
try { |
|
|
|
orderExpired(o); |
|
|
|
} catch (Exception e) { |
|
|
|
|