Commit 2695058c0f15458af3f2a5f65727b4fb666123b9
1 parent
c42c8d9a03
Exists in
master
and in
6 other branches
复诊
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 @
2695058
... | ... | @@ -1211,7 +1211,7 @@ |
1211 | 1211 | break; |
1212 | 1212 | } |
1213 | 1213 | //复诊 |
1214 | - if (null != model && StringUtils.isNotEmpty(model.getRiskFactor()) && !"[]".equals(model.getRiskFactor())) { | |
1214 | + if (null != model && StringUtils.isNotEmpty(model.getRiskFactor()) && !"[]".equals(model.getRiskFactor()) && !"[null]".equals(model.getRiskFactor())) { | |
1215 | 1215 | List list1 = JsonUtil.toList(model.getRiskFactor(), List.class); |
1216 | 1216 | highScoreResult = queryRisk(list1, needLevel); |
1217 | 1217 | highScoreResult.setHighriskDesc(model.getHighriskDesc()); |