Commit 78f0aaee3eb37282762356bb73ec20dd3bdeda9f
1 parent
b98ebb66ef
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 8 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/WorkHR.java
View file @
78f0aae
| ... | ... | @@ -193,6 +193,14 @@ |
| 193 | 193 | } else { |
| 194 | 194 | riskPatientsResult.setrFactor(sb.toString()); |
| 195 | 195 | } |
| 196 | + if (StringUtils.isNotEmpty(riskPatientsResult.getrFactor()) && StringUtils.isNotEmpty(patients.getoRiskFactor())) { | |
| 197 | + riskPatientsResult.setrFactor(riskPatientsResult.getrFactor()+","+patients.getoRiskFactor()); | |
| 198 | + }else if (StringUtils.isNotEmpty(patients.getoRiskFactor())) | |
| 199 | + { | |
| 200 | + riskPatientsResult.setrFactor(patients.getoRiskFactor()); | |
| 201 | + } | |
| 202 | + | |
| 203 | + | |
| 196 | 204 | } |
| 197 | 205 | List level = new ArrayList(); |
| 198 | 206 | if (StringUtils.isNotEmpty(patients.getRiskLevelId())) { |