Commit 42a943940954c7c23955c0c56dcfccc7afc172f9
1 parent
c5d1605206
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
42a9439
| ... | ... | @@ -2645,6 +2645,8 @@ |
| 2645 | 2645 | } |
| 2646 | 2646 | |
| 2647 | 2647 | MatDeliverQuery matDeliverQuery = new MatDeliverQuery(); |
| 2648 | + matDeliverQuery.setLimit(childbirthManagerRequest.getLimit()); | |
| 2649 | + matDeliverQuery.setPage(childbirthManagerRequest.getPage()); | |
| 2648 | 2650 | matDeliverQuery.setParentIdList(parentIdList); |
| 2649 | 2651 | matDeliverQuery.setYn(YnEnums.YES.getId()); |
| 2650 | 2652 | matDeliverQuery.setHloseBloodType(childbirthManagerRequest.getHloseBloodType()); |