ab98a7fd sonin

运营月/季报 问题处理

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