Commit 81a04f5ad7c050f7bcbcaaa7a3d0610cef77513d
1 parent
88933b2774
Exists in
master
and in
1 other branch
孕妇建档服务修改
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
81a04f5
| ... | ... | @@ -338,6 +338,7 @@ |
| 338 | 338 | |
| 339 | 339 | PatientService patientService = new PatientService(); |
| 340 | 340 | patientService.setSerInfos(yunRequest.getSerInfos()); |
| 341 | + patientService.setPerType(1); | |
| 341 | 342 | patientService.setCreateUser(String.valueOf(userId)); |
| 342 | 343 | //开通日期与建档日期一致 |
| 343 | 344 | patientService.setCreateDate(DateUtil.parseYMD(yunRequest.getBookbuildingDate())); |