Commit 2cef21a58fd42f7e18004ae7728192bd44036b88
1 parent
a09bb3ce7f
Exists in
master
and in
1 other branch
筛查统计
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
2cef21a
... | ... | @@ -1543,7 +1543,7 @@ |
1543 | 1543 | { |
1544 | 1544 | for (Map<String,String> map : list) |
1545 | 1545 | { |
1546 | - ySieveCount += Integer.parseInt(map.get("ySieveCount")); | |
1546 | + ySieveCount += Integer.parseInt(map.get("ysiveCount")); | |
1547 | 1547 | sSieveCount += Integer.parseInt(map.get("sSieveCount")); |
1548 | 1548 | st21Count += Integer.parseInt(map.get("st21Count")); |
1549 | 1549 | st1813Count += Integer.parseInt(map.get("st1813Count")); |