Commit e3e1c10e833386019dd524b5a5bbf89f1a59254d

Authored by jiangjiazhi
1 parent a284586e8d

commit

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanPatientWorker.java View file @ e3e1c10
... ... @@ -169,6 +169,7 @@
169 169 } catch (Exception e) {
170 170 ExceptionUtils.catchException(e, "patients.getRiskLevelId error.");
171 171 }
  172 +
172 173 quanPatientsResult.setrLevel(HighScoreResult.filter(level));
173 174 }
174 175 data.add(quanPatientsResult);