|
|
|
@@ -229,7 +229,7 @@ public class MarkingDataReportServiceImpl implements MarkingDataReportService { |
|
|
|
msdVo.setMicroPaySendCount(tvo.getCount()); |
|
|
|
} |
|
|
|
|
|
|
|
Optional<MarkingSceneDataReportTVo> orderSend = sceneList.stream().filter(c -> c.getXTime().equals(tj) && c.getChannelType() == EnumCouponSendSendType.B_MICROPAY.getCode()).findFirst(); |
|
|
|
Optional<MarkingSceneDataReportTVo> orderSend = sceneList.stream().filter(c -> c.getXTime().equals(tj) && c.getChannelType() == EnumCouponSendSendType.C_ORDER.getCode()).findFirst(); |
|
|
|
if(!orderSend.isPresent()) { |
|
|
|
msdVo.setOrderSendCount(0); |
|
|
|
} else { |
|
|
|
|