#
luxiaotao1123
2024-12-07 c449e50c5643c3fdda0ed9bf66936c6285cc1314
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);