Commit fd320a7f944d416316e19a23361134465a77014b
1 parent
dcaafddd0c
Exists in
master
and in
6 other branches
处理建立复诊的BUG
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
fd320a7
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | |
161 | 161 | //表示区域的 |
162 | 162 | if (StringUtils.isNotEmpty(groupsFacade.findByCurrentUserId(hospitalId)) && StringUtils.isNotEmpty(pid)) { |
163 | - System.out.println("复诊时开始隐藏建档:"+patients.getId()); | |
163 | + System.out.println("复诊时开始隐藏建档:"+parentId); | |
164 | 164 | patients = findOnePatient(null, null, null, null, type, false, pid, false); |
165 | 165 | patients.setSource(patients.getId()); |
166 | 166 | patients.setId(null); |