Commit 8e0a508fbd7182340482e9031358e17b4ab6f397
1 parent
2355af9cd8
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
8e0a508
... | ... | @@ -4633,6 +4633,7 @@ |
4633 | 4633 | map.put("risk_orange",risk_orange); |
4634 | 4634 | map.put("risk_red",risk_red); |
4635 | 4635 | map.put("risk_purple",risk_purple); |
4636 | + map.put("highriskTotal",risk_green+risk_yellow+risk_orange+risk_red+risk_purple); | |
4636 | 4637 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
4637 | 4638 | br.setErrormsg("成功"); |
4638 | 4639 | br.setObject(map); |