zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/PatrolService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/PatrolService.java
@@ -111,6 +111,7 @@ notInCodeList.add("00000303"); notInCodeList.add("00000351"); notInCodeList.add("00000353"); notInCodeList.add("00000401"); notInCodeList.add("00000402"); notInCodeList.add("00000311"); @@ -118,6 +119,7 @@ notInCodeList.add("00000313"); notInCodeList.add("00000361"); notInCodeList.add("00000363"); notInCodeList.add("00000411"); notInCodeList.add("00000412"); List<Code> list = codeService.list(new LambdaQueryWrapper<Code>().notIn(Code::getData, notInCodeList));