|
|
|
@@ -610,7 +610,8 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
long times6 = System.currentTimeMillis(); |
|
|
|
logger.info(">>>>>>>>>>>>>>>>>>>>>> query buserMerchantId :"+(times6-times5)); |
|
|
|
|
|
|
|
list.parallelStream().forEach(co -> { |
|
|
|
for (int i = 0 ; i < list.size() ; i ++) { |
|
|
|
WxCouponOrderBVo co = list.get(i); |
|
|
|
if (co.getCouponOrderStatus().equals(EnumCouponOrderStatus.COUPON_ORDER_USE_WAIT.getCode())) { |
|
|
|
co.setUpdateDate(null); |
|
|
|
} |
|
|
|
@@ -683,7 +684,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
// c.setBuildingStr(building.toString()); |
|
|
|
// } |
|
|
|
// } |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|