|
|
|
|
|
|
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
for (WechatStatisticsVo statisticsVo : wechatStatisticsVos) { |
|
|
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) { |
|
|
if (null == mchStatistics) { |
|
|
mchStatistics = new AflMchStatistics(); |
|
|
mchStatistics = new AflMchStatistics(); |
|
|
mchStatistics.setInsertTime(LocalDateTime.now()); |
|
|
mchStatistics.setInsertTime(LocalDateTime.now()); |