Commit 45736fe7eda18b2d4dbd5cc1781cabad97c1cc05
1 parent
10179ff088
Exists in
master
and in
6 other branches
孕产妇健康管理登记表导出修改
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java
View file @
45736fe
... | ... | @@ -91,7 +91,8 @@ |
91 | 91 | antExQuery.setParentId(patients.getId()); |
92 | 92 | antExQuery.setYn(YnEnums.YES.getId()); |
93 | 93 | //初诊查询 |
94 | - antExChuQuery1.setPid(patients.getPid()); | |
94 | + //antExChuQuery1.setPid(patients.getPid()); | |
95 | + antExChuQuery1.setParentId(patients.getPid()); | |
95 | 96 | //增加查询本次产程条数 |
96 | 97 | antExChuQuery1.setStart(patients.getLastMenses()); |
97 | 98 | List<AntExChuModel> chu = antExService.queryAntExChu(antExChuQuery1.convertToQuery()); |