Commit aef0233cb7dc1db4956762646c3d41b99c46f46f
1 parent
0957bd54fd
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 @
aef0233
... | ... | @@ -88,7 +88,8 @@ |
88 | 88 | chanResult.setSi("-"); |
89 | 89 | chanResult.setWu("-"); |
90 | 90 | chanResult.convertToResult(patients); |
91 | - antExQuery.setParentId(patients.getId()); | |
91 | + //antExQuery.setParentId(patients.getId()); | |
92 | + antExQuery.setPid(patients.getPid()); | |
92 | 93 | antExQuery.setYn(YnEnums.YES.getId()); |
93 | 94 | //初诊查询 |
94 | 95 | antExChuQuery1.setPid(patients.getPid()); |