Commit 125e4b05c556819947c2fcaa669a94e6e5db4ae1
1 parent
b77e0017ad
Exists in
master
and in
6 other branches
筛查统计
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
125e4b0
... | ... | @@ -1347,6 +1347,11 @@ |
1347 | 1347 | List<BasicConfig> configList = basicConfigService.queryBasicConfig(basicQuery); |
1348 | 1348 | for (BasicConfig bc : configList) |
1349 | 1349 | { |
1350 | + if (!"13".equals(bc.getId())) | |
1351 | + { | |
1352 | + continue; | |
1353 | + } | |
1354 | + | |
1350 | 1355 | int ySieveCount = 0; |
1351 | 1356 | int sSieveCount = 0; |
1352 | 1357 |