Commit bf20e8f00dc706af18401c8d733495a0a20529dd
1 parent
ca850e1095
Exists in
master
and in
6 other branches
追访
Showing 3 changed files with 3 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java
View file @
bf20e8f
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
bf20e8f
... | ... | @@ -1128,7 +1128,7 @@ |
1128 | 1128 | } catch (Exception e) { |
1129 | 1129 | // 什么都不干 |
1130 | 1130 | } |
1131 | - if("1000000117".equals(patients.getHospitalId())){ | |
1131 | + if("1000000114".equals(patients.getHospitalId())){ | |
1132 | 1132 | patientManagerQueryModel.setPhone(patients.getPhone()); |
1133 | 1133 | patientManagerQueryModel.setCardNo(patients.getCardNo()); |
1134 | 1134 | }else{ |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/BabyListTask.java
View file @
bf20e8f