#
luxiaotao1123
2024-11-18 4116d1a906514bf1920e4450fc6868191fe93bac
#
1个文件已修改
17 ■■■■ 已修改文件
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/PatrolService.java 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/PatrolService.java
@@ -106,10 +106,19 @@
        Code startCode = codeService.getById(agvDetail.getRecentCode());
        List<String> notInCodeList = new ArrayList<>();
        notInCodeList.add("00000401");
        notInCodeList.add("00000403");
        notInCodeList.add("00000411");
        notInCodeList.add("00000413");
        notInCodeList.add("00000301");
        notInCodeList.add("00000302");
        notInCodeList.add("00000303");
        notInCodeList.add("00000351");
        notInCodeList.add("00000353");
        notInCodeList.add("00000402");
        notInCodeList.add("00000311");
        notInCodeList.add("00000312");
        notInCodeList.add("00000313");
        notInCodeList.add("00000361");
        notInCodeList.add("00000363");
        notInCodeList.add("00000412");
        List<Code> list = codeService.list(new LambdaQueryWrapper<Code>().notIn(Code::getData, notInCodeList));
        Collections.shuffle(list);