#
luxiaotao1123
2024-12-07 06b0d3f8668a69585273c2f000d61ac318d7e161
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/PatrolService.java
@@ -121,6 +121,9 @@
        notInCodeList.add("00000363");
        notInCodeList.add("00000411");
        notInCodeList.add("00000412");
        notInCodeList.add("00000046");
        notInCodeList.add("00000047");
        List<Code> list = codeService.list(new LambdaQueryWrapper<Code>().notIn(Code::getData, notInCodeList));
        Collections.shuffle(list);