ab98a7fd sonin

运营月/季报 问题处理

1 个父辈 ba2c0e16
...@@ -207,8 +207,9 @@ public class OperationReportServiceImpl implements IOperationReportService { ...@@ -207,8 +207,9 @@ public class OperationReportServiceImpl implements IOperationReportService {
207 QueryWrapper<?> queryWrapper2 = new QueryWrapper<>(); 207 QueryWrapper<?> queryWrapper2 = new QueryWrapper<>();
208 queryWrapper2.eq("inspection_type", "1") 208 queryWrapper2.eq("inspection_type", "1")
209 .eq("status", "2") 209 .eq("status", "2")
210 .ge("end_date", startDate + BusinessConstant.startTimeSuffix) 210 .ge("report_date", startDate + BusinessConstant.startTimeSuffix)
211 .le("end_date", endDate + BusinessConstant.endTimeSuffix); 211 .le("report_date", endDate + BusinessConstant.endTimeSuffix)
212 .orderByDesc("report_date");
212 List<Map<String, Object>> queryMapList2 = baseService.queryForList("select * from danger_inspection_record", queryWrapper2); 213 List<Map<String, Object>> queryMapList2 = baseService.queryForList("select * from danger_inspection_record", queryWrapper2);
213 Map<String, String> recordId2CountMap; 214 Map<String, String> recordId2CountMap;
214 if (!queryMapList2.isEmpty()) { 215 if (!queryMapList2.isEmpty()) {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!