Commit deb6172d5a6ef48fc10cc8620cd23f53abc054c6

Authored by jiangjiazhi
1 parent 34f0154435

修改新电子病历

Showing 1 changed file with 4 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ deb6172
... ... @@ -166,8 +166,9 @@
166 166 Patients patients = patientsService.findOnePatientById(excAddRequest.getParentId());
167 167 patients.setLastCheckEmployeeId(excAddRequest.getProdDoctor());
168 168 //修改患者风险等级
169   - updatePatientRiskLevel(antExChuModel, patients);
  169 +// updatePatientRiskLevel(antExChuModel, patients);
170 170  
  171 + updateLastRisk(patients.getId());
171 172  
172 173 } else {
173 174 String hospitalId = autoMatchFacade.getHospitalId(userId);
174 175  
... ... @@ -200,8 +201,9 @@
200 201 antenatalExaminationService.addOneAntEx(antExChuModel);
201 202 //修改患者风险等级
202 203 patients.setLastCheckEmployeeId(excAddRequest.getProdDoctor());
203   - updatePatientRiskLevel(antExChuModel, patients);
  204 +// updatePatientRiskLevel(antExChuModel, patients);
204 205  
  206 + updateLastRisk(patients.getId());
205 207 if (null != patients.getBuildType() && patients.getBuildType() == 3) {
206 208 patients.setEnable("1");
207 209 patientsService.updatePatient(patients);