|
|
@@ -66,7 +66,7 @@ public class AflMchStatisticsServiceImpl implements AflMchStatisticsService { |
|
|
|
continue; |
|
|
|
} |
|
|
|
for (WechatStatisticsVo statisticsVo : wechatStatisticsVos) { |
|
|
|
AflMchStatistics mchStatistics = aflMchStatisticsRepo.getAflMchStatistics(statisticalDate, configVo.getSubMchId(), statisticsVo.getType()); |
|
|
|
AflMchStatistics mchStatistics = aflMchStatisticsRepo.getAflMchStatistics(statisticalDate, configVo.getSubMchId(), statisticsVo.getType(),statisticsVo.getAgencyId()); |
|
|
|
if (null == mchStatistics) { |
|
|
|
mchStatistics = new AflMchStatistics(); |
|
|
|
mchStatistics.setInsertTime(LocalDateTime.now()); |