| | |
| | | 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); |