Commit e7e0ef4c1ad5056105ce62d4796fdc2a8443accd
1 parent
bf57890a20
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
e7e0ef4
... | ... | @@ -171,7 +171,7 @@ |
171 | 171 | patients.setLastCheckEmployeeId(excAddRequest.getProdDoctor()); |
172 | 172 | //修改患者风险等级 |
173 | 173 | // updatePatientRiskLevel(antExChuModel, patients); |
174 | - | |
174 | + patientsService.updatePatient(patients); | |
175 | 175 | updateLastRisk(patients.getId()); |
176 | 176 | |
177 | 177 | } else { |
... | ... | @@ -207,7 +207,7 @@ |
207 | 207 | //修改患者风险等级 |
208 | 208 | patients.setLastCheckEmployeeId(excAddRequest.getProdDoctor()); |
209 | 209 | // updatePatientRiskLevel(antExChuModel, patients); |
210 | - | |
210 | + patientsService.updatePatient(patients); | |
211 | 211 | updateLastRisk(patients.getId()); |
212 | 212 | if (null != patients.getBuildType() && patients.getBuildType() == 3) { |
213 | 213 | patients.setEnable("1"); |