Commit 00ba1e4926e721b581866d5b6cfafff4cfac8cd8

Authored by liquanyu
1 parent ffb370cf0f
Exists in master and in 1 other branch dev

筛查统计

Showing 1 changed file with 0 additions and 5 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java View file @ 00ba1e4
... ... @@ -1347,11 +1347,6 @@
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   -
1355 1350 int ySieveCount = 0;
1356 1351 int sSieveCount = 0;
1357 1352