Commit a2b9fe46 authored by suhuiguang's avatar suhuiguang

1.自测bug修改

parent fddf0a1d
...@@ -190,8 +190,6 @@ public class DPStatisticsServiceImpl { ...@@ -190,8 +190,6 @@ public class DPStatisticsServiceImpl {
} }
public Map<String, Object> inspectPersonCount(DPFilterParamDto dpFilterParamDto) { public Map<String, Object> inspectPersonCount(DPFilterParamDto dpFilterParamDto) {
// 1.查询条件构造未上送时间时,默认查询数据为近一个月数据
this.setDefaultFilter(dpFilterParamDto);
// 2.按照前端约定格式返回数据 // 2.按照前端约定格式返回数据
Map<String, Object> result = new HashMap<>(); Map<String, Object> result = new HashMap<>();
List<RegionModel> childRegion = this.getRegionList(dpFilterParamDto); List<RegionModel> childRegion = this.getRegionList(dpFilterParamDto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment