| | |
| | | new LambdaQueryWrapper<GlassInfo>() |
| | | .eq(GlassInfo::getEngineerId, glassInfo.getEngineerId()) |
| | | .eq(GlassInfo::getTemperingLayoutId, glassInfo.getTemperingLayoutId()) |
| | | .eq(GlassInfo::getSlot, glassInfo.getSlot()) |
| | | .eq(GlassInfo::getTargetSlot, glassInfo.getTargetSlot()) |
| | | ); |
| | | List<String> glassIds = glassInfoList.stream().map(String::valueOf).collect(Collectors.toList()); |
| | | List<String> glassIds = glassInfoList.stream().map(GlassInfo::getGlassId).collect(Collectors.toList()); |
| | | BigStorageDTO bigStorageDTO = null; |
| | | MPJLambdaWrapper<BigStorageCage> wrapper = new MPJLambdaWrapper<>(BigStorageCage.class) |
| | | .selectAll(BigStorageCage.class) |