Commit 85dcc5864ff825f25eb2266b81f13d04661fc107
1 parent
b41407cce0
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 3 changed files with 3 additions and 2 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
85dcc58
... | ... | @@ -177,6 +177,7 @@ |
177 | 177 | List<Patients> patientses = queryPatient(patientsQuery); |
178 | 178 | for(Patients patients:patientses){ |
179 | 179 | patients.setType(3); |
180 | + patients.setBuildType(2); | |
180 | 181 | patients.setFmDate(new Date()); |
181 | 182 | patients.setModified(new Date()); |
182 | 183 | updatePatient(patients); |
platform-dal/src/main/java/com/lyms/platform/pojo/Patients.java
View file @
85dcc58
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java
View file @
85dcc58