| | |
| | | List<SmsResultVO> dxyjList = smsRecordClient.smsSuccessList(vo); |
| | | |
| | | //外呼统计 |
| | | DateTimeFormatter formatter2 = DateTimeFormatter.ofPattern("yyyy-MM-dd"); |
| | | CallTaskResultVO callTaskResult = new CallTaskResultVO(); |
| | | callTaskResult.setStartTime(oneDayBefore.format(formatter)); |
| | | callTaskResult.setEndTime(now.format(formatter)); |
| | | callTaskResult.setStartTime(oneDayBefore.format(formatter2)); |
| | | callTaskResult.setEndTime(now.format(formatter2)); |
| | | List<CallTaskResultVO> whtjList = (List<CallTaskResultVO>) callService.getCallResultListTemp(null, callTaskResult); |
| | | |
| | | HashMap<String, String> over10Params = new HashMap<>(); |
| | |
| | | |
| | | |
| | | //昨日报汛内容 |
| | | QueryWrapper queryWrapper = new QueryWrapper(); |
| | | YwFloodReportInfo ywFloodReportInfo = ywFloodReportInfoService.getLatestReport(queryWrapper); |
| | | YwFloodReportInfo ywFloodReportInfo = ywFloodReportInfoService.getLatestReport(oneDayBefore.format(formatter2)); |
| | | |
| | | byte[] data = null; |
| | | if (MyDateUtils.isTodayInFloodSeason()) { |