Commit ca850e10956be0dbefaac6aa12613ee0202ffe27
1 parent
4e38634aa5
Exists in
master
and in
6 other branches
追访
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
ca850e1
... | ... | @@ -395,7 +395,7 @@ |
395 | 395 | header.put("bookbuildingDoctor", "建档医生"); |
396 | 396 | |
397 | 397 | String hospitalId = autoMatchFacade.getHospitalId(patientManagerRequest.getOperatorId()); |
398 | - if("1000000117".equals(hospitalId)){ | |
398 | + if("1000000114".equals(hospitalId)){ | |
399 | 399 | header.put("sendCareMan", "母子保健手册"); |
400 | 400 | header.put("bookbuildingDate", "发放时间"); |
401 | 401 | } |