Commit 1a851c1c authored by zhangsen's avatar zhangsen

bug

修改
parent c55931b6
...@@ -1377,6 +1377,8 @@ public class PointServiceImpl implements IPointService { ...@@ -1377,6 +1377,8 @@ public class PointServiceImpl implements IPointService {
@Override @Override
public HashMap<String, Object> getCheckPtListNew(String orgCode, CommonPageable commonPageable) { public HashMap<String, Object> getCheckPtListNew(String orgCode, CommonPageable commonPageable) {
CheckPtListPageParam param =new CheckPtListPageParam(); CheckPtListPageParam param =new CheckPtListPageParam();
param.setPageNumber(commonPageable.getPageNumber());
param.setPageSize(commonPageable.getPageSize());
long total = pointMapper.getCheckPointCountNew(param); long total = pointMapper.getCheckPointCountNew(param);
List<CheckPtListBo> content = pointMapper.getCheckPointListNew(param); List<CheckPtListBo> content = pointMapper.getCheckPointListNew(param);
param.setPageNumber(commonPageable.getPageNumber()); param.setPageNumber(commonPageable.getPageNumber());
......
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