Commit 41d62f4aa111bb0ef7619ac1059eb60c82d5c2c9

Authored by liquanyu
1 parent 78f0aaee3e

update

Showing 1 changed file with 5 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/WorkHR.java View file @ 41d62f4
... ... @@ -199,9 +199,12 @@
199 199 {
200 200 riskPatientsResult.setrFactor(patients.getoRiskFactor());
201 201 }
202   -
203   -
204 202 }
  203 + else if (StringUtils.isNotEmpty(patients.getoRiskFactor()))
  204 + {
  205 + riskPatientsResult.setrFactor(patients.getoRiskFactor());
  206 + }
  207 +
205 208 List level = new ArrayList();
206 209 if (StringUtils.isNotEmpty(patients.getRiskLevelId())) {
207 210 try {