Commit 329313b796bf16938a5cc32689c9dae9aef692e2
1 parent
45736fe7ed
Exists in
master
and in
6 other branches
孕产妇健康管理登记表导出修改
Showing 2 changed files with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java
View file @
329313b
... | ... | @@ -92,7 +92,7 @@ |
92 | 92 | antExQuery.setYn(YnEnums.YES.getId()); |
93 | 93 | //初诊查询 |
94 | 94 | //antExChuQuery1.setPid(patients.getPid()); |
95 | - antExChuQuery1.setParentId(patients.getPid()); | |
95 | + antExChuQuery1.setParentId(patients.getId()); | |
96 | 96 | //增加查询本次产程条数 |
97 | 97 | antExChuQuery1.setStart(patients.getLastMenses()); |
98 | 98 | List<AntExChuModel> chu = antExService.queryAntExChu(antExChuQuery1.convertToQuery()); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanPatientWorker.java
View file @
329313b
... | ... | @@ -101,7 +101,8 @@ |
101 | 101 | quanPatientsResult.setScreenResult(screenStr); |
102 | 102 | quanPatientsResult.setbTime(DateUtil.getyyyy_MM_dd(patients.getBookbuildingDate())); |
103 | 103 | stopWatch.start("query ant count"); |
104 | - antExChuQuery1.setPid(patients.getPid()); | |
104 | + //antExChuQuery1.setPid(patients.getPid()); | |
105 | + antExChuQuery1.setParentId(patients.getId()); | |
105 | 106 | //增加查询本次产程条数 |
106 | 107 | antExChuQuery1.setStart(patients.getLastMenses()); |
107 | 108 | List<AntExChuModel> chu = antExService.queryAntExChu(antExChuQuery1.convertToQuery()); |