运营月/季报 问题处理
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
... | @@ -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()) { | ... | ... |
-
请 注册 或 登录 后发表评论