Commit 201a006252721faa8a4bc20b17c57f7e9b2bb461
1 parent
9b6580fdcb
Exists in
master
and in
6 other branches
update-分娩管理分页问题MatDeliverFacade类改
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
201a006
... | ... | @@ -2867,7 +2867,11 @@ |
2867 | 2867 | childbirthManagerResult.setPageInfo(matDeliverQuery.getPageInfo()); |
2868 | 2868 | }else {//否则按常规查询 |
2869 | 2869 | matDeliverQuery.setLimit(childbirthManagerRequest.getLimit()); |
2870 | + matDeliverQuery.setPage(childbirthManagerRequest.getPage()); | |
2871 | + matDeliverQuery.setNeed("need"); | |
2870 | 2872 | maternalDeliverModelList = matDeliverService.pageQuery(matDeliverQuery); |
2873 | + // 这里就设置分页内容 | |
2874 | + childbirthManagerResult.setPageInfo(matDeliverQuery.getPageInfo()); | |
2871 | 2875 | } |
2872 | 2876 | } |
2873 | 2877 |