Commit 85ef89e7db94b7120f7520ecf2cf24c049545b93
1 parent
f9c9b1aee1
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/RiskReportFacade.java
View file @
85ef89e
| ... | ... | @@ -849,7 +849,7 @@ |
| 849 | 849 | Object value1 = o1.get("highRiskPatTotal"); |
| 850 | 850 | int num1 = Integer.parseInt(String.valueOf(value1)); |
| 851 | 851 | |
| 852 | - Object value2 = o1.get("highRiskPatTotal"); | |
| 852 | + Object value2 = o2.get("highRiskPatTotal"); | |
| 853 | 853 | int num2 = Integer.parseInt(String.valueOf(value2)); |
| 854 | 854 | |
| 855 | 855 | return num1 == num2 ? 0 : (num1 > num2 ? 1 : -1); |