Commit 0957bd54fd47b0fa4deb03a9c961be2497907c9d
1 parent
329313b796
Exists in
master
and in
6 other branches
孕产妇健康管理登记表导出修改
Showing 2 changed files with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java
View file @
0957bd5
... | ... | @@ -91,8 +91,8 @@ |
91 | 91 | antExQuery.setParentId(patients.getId()); |
92 | 92 | antExQuery.setYn(YnEnums.YES.getId()); |
93 | 93 | //初诊查询 |
94 | - //antExChuQuery1.setPid(patients.getPid()); | |
95 | - antExChuQuery1.setParentId(patients.getId()); | |
94 | + antExChuQuery1.setPid(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 @
0957bd5
... | ... | @@ -101,8 +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()); | |
105 | - antExChuQuery1.setParentId(patients.getId()); | |
104 | + antExChuQuery1.setPid(patients.getPid()); | |
105 | + //antExChuQuery1.setParentId(patients.getId()); | |
106 | 106 | //增加查询本次产程条数 |
107 | 107 | antExChuQuery1.setStart(patients.getLastMenses()); |
108 | 108 | List<AntExChuModel> chu = antExService.queryAntExChu(antExChuQuery1.convertToQuery()); |