Commit a9e3ba90 authored by chenzhao's avatar chenzhao

巡检统计 巡检点过滤换流站

parent d6d9b143
...@@ -1379,13 +1379,12 @@ public class PointServiceImpl implements IPointService { ...@@ -1379,13 +1379,12 @@ public class PointServiceImpl implements IPointService {
CheckPtListPageParam param =new CheckPtListPageParam(); CheckPtListPageParam param =new CheckPtListPageParam();
param.setPageNumber(commonPageable.getPageNumber()); param.setPageNumber(commonPageable.getPageNumber());
param.setPageSize(commonPageable.getPageSize()); param.setPageSize(commonPageable.getPageSize());
long total = pointMapper.getCheckPointCountNew(param);
List<CheckPtListBo> content = pointMapper.getCheckPointListNew(param);
param.setPageNumber(commonPageable.getPageNumber()); param.setPageNumber(commonPageable.getPageNumber());
param.setPageSize(commonPageable.getPageSize()); param.setPageSize(commonPageable.getPageSize());
param.setOrgCode(orgCode); param.setOrgCode(orgCode);
long total = pointMapper.getCheckPointCountNew(param);
List<CheckPtListBo> content = pointMapper.getCheckPointListNew(param);
Page<CheckPtListBo> result = new PageImpl<CheckPtListBo>(content, param, total); Page<CheckPtListBo> result = new PageImpl<CheckPtListBo>(content, param, total);
List< HashMap<String, Object>> colModel=new ArrayList<>(); List< HashMap<String, Object>> colModel=new ArrayList<>();
HashMap<String, Object> temph0 = new HashMap<>(); HashMap<String, Object> temph0 = new HashMap<>();
......
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