|
|
|
@@ -279,6 +279,9 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
String filename = "券订单"; |
|
|
|
List<WxCouponOrderBVo> list = wxCouponOrderMapper.findListOfAdmin(wxCouponOrder); |
|
|
|
list.parallelStream().forEach(c -> { |
|
|
|
if (c.getCouponOrderStatus().equals(EnumCouponOrderStatus.COUPON_ORDER_USE_WAIT.getCode())) { |
|
|
|
c.setUpdateDate(null); |
|
|
|
} |
|
|
|
if (!c.getMerchantId().equals(0L)) { |
|
|
|
List<WxMerchantVo> merchantVoList = c.getMerchantVoList(); |
|
|
|
if (!merchantVoList.isEmpty()) { |
|
|
|
|