Commit 2d52f64dde03f3d0856189a741561a69c1b7ab76
1 parent
747d0468aa
Exists in
master
and in
1 other branch
111
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 @
2d52f64
... | ... | @@ -273,7 +273,7 @@ |
273 | 273 | } |
274 | 274 | if (null != antExChuModel && StringUtils.isNotEmpty(antExChuModel.getHighrisk()) && !"{}".equals(antExChuModel.getHighrisk())) { |
275 | 275 | List list2 = JsonUtil.toList(antExChuModel.getHighrisk(), List.class); |
276 | - highScoreResult = queryRisk(list2,false); | |
276 | + highScoreResult = queryRisk(list2,true); | |
277 | 277 | } |
278 | 278 | if (null != antExChuModel && !"{}".equals(antExChuModel.getOtherHighRisk())) { |
279 | 279 | Map map = JsonUtil.str2Obj(antExChuModel.getOtherHighRisk(), Map.class); |