Commit 20e1f34cbfa329e67b23a6fe13817842df316557
1 parent
88f19a161c
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyFmService.java
View file @
20e1f34
| ... | ... | @@ -455,7 +455,7 @@ |
| 455 | 455 | } |
| 456 | 456 | |
| 457 | 457 | deliverAddRequest.setBabies(babies); |
| 458 | - deliverAddRequest.setFmHospital("216"); //设置为秦皇岛分娩医院 | |
| 458 | + deliverAddRequest.setFmHospital("1000000114"); //设置为德州妇幼 | |
| 459 | 459 | ExceptionUtils.catchException("deliverAddRequest===" + deliverAddRequest); |
| 460 | 460 | matDeliverFacade.addOrUpdateMatDeliver(deliverAddRequest, users.get(0).getId()); |
| 461 | 461 |