Commit 3d08537419683eb8844a31e2accb8e30620dc489
1 parent
b16681cd79
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
3d08537
... | ... | @@ -140,6 +140,7 @@ |
140 | 140 | patients.setBuildType(2); |
141 | 141 | patients.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); |
142 | 142 | patients.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); |
143 | + patients.setExpVip(0); | |
143 | 144 | id=patientsService.addPatient(patients).getId(); |
144 | 145 | } |
145 | 146 | } |
... | ... | @@ -181,6 +182,7 @@ |
181 | 182 | babyModel.setBuildDate(new Date()); |
182 | 183 | babyModel.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); |
183 | 184 | babyModel.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); |
185 | + babyModel.setExpVip(0); | |
184 | 186 | id =babyService.addOneBaby(babyModel).getId(); |
185 | 187 | } |
186 | 188 | } |