| | |
| | | notInCodeList.add("00000303"); |
| | | notInCodeList.add("00000351"); |
| | | notInCodeList.add("00000353"); |
| | | notInCodeList.add("00000401"); |
| | | notInCodeList.add("00000402"); |
| | | |
| | | notInCodeList.add("00000311"); |
| | |
| | | notInCodeList.add("00000313"); |
| | | notInCodeList.add("00000361"); |
| | | 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); |