Commit 35332004e5df30794b97df2438615f2c6b2a221b
1 parent
ca784521d9
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
3533200
... | ... | @@ -185,8 +185,8 @@ |
185 | 185 | } |
186 | 186 | if (!list.isEmpty()) { |
187 | 187 | patients.setRiskLevelId(JsonUtil.array2JsonString(list)); |
188 | - patientsService.updatePatient(patients); | |
189 | 188 | } |
189 | + patientsService.updatePatient(patients); | |
190 | 190 | } |
191 | 191 | //修改患者风险等级 |
192 | 192 | private void updatePatientRiskLevel(AntenatalExaminationModel antExChuModel, Patients patients) { |