Commit 68ac076f200157f603ff883a5b480e7480a98e06
1 parent
1675cb2bd7
Exists in
master
and in
6 other branches
本院建档本院分娩外院产后复查,区域产妇管理出现多调记录
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
68ac076
... | ... | @@ -252,6 +252,10 @@ |
252 | 252 | patients1.setFileCode(null); |
253 | 253 | patients1.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); |
254 | 254 | patients1.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); |
255 | + | |
256 | + //本院建档本院分娩外院产后复查,区域产妇管理出现多调记录 | |
257 | + // http://jira.healthbaby.com.cn/browse/WEB-2743 | |
258 | + patients1.setFmHospital(null); | |
255 | 259 | patientsService.addPatient(patients1); |
256 | 260 | } |
257 | 261 | } |