Commit 543941bcb0fd999276ea4afefe6e155d08f175c8
1 parent
c674418ff9
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
543941b
... | ... | @@ -4689,7 +4689,7 @@ |
4689 | 4689 | //高危因素 |
4690 | 4690 | List<Map<String, Object>> risk = getRisk(antExRecordModel.gethRisk()); |
4691 | 4691 | for (Map<String, Object> stringObjectMap : risk) { |
4692 | - if(stringObjectMap.get("color").equals(riskTyep)){ | |
4692 | + if(stringObjectMap.get("color").equals(riskType)){ | |
4693 | 4693 | map.put("highRiskResult", stringObjectMap.get("name")); |
4694 | 4694 | } |
4695 | 4695 | } |