运营月/季报 问题处理
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | @@ -206,7 +206,7 @@ public class OperationReportServiceImpl implements IOperationReportService { | ... | @@ -206,7 +206,7 @@ public class OperationReportServiceImpl implements IOperationReportService { |
206 | // 2: 隐患排查巡检:取风险点巡检记录里面巡检类型是生产巡检的数据 | 206 | // 2: 隐患排查巡检:取风险点巡检记录里面巡检类型是生产巡检的数据 |
207 | QueryWrapper<?> queryWrapper2 = new QueryWrapper<>(); | 207 | QueryWrapper<?> queryWrapper2 = new QueryWrapper<>(); |
208 | queryWrapper2.eq("inspection_type", "1") | 208 | queryWrapper2.eq("inspection_type", "1") |
209 | .eq("inspection_type", "4") | 209 | .eq("status", "2") |
210 | .ge("end_date", startDate + BusinessConstant.startTimeSuffix) | 210 | .ge("end_date", startDate + BusinessConstant.startTimeSuffix) |
211 | .le("end_date", endDate + BusinessConstant.endTimeSuffix); | 211 | .le("end_date", endDate + BusinessConstant.endTimeSuffix); |
212 | List<Map<String, Object>> queryMapList2 = baseService.queryForList("select * from danger_inspection_record", queryWrapper2); | 212 | List<Map<String, Object>> queryMapList2 = baseService.queryForList("select * from danger_inspection_record", queryWrapper2); | ... | ... |
-
请 注册 或 登录 后发表评论