| | |
| | | ); |
| | | } |
| | | HollowBigStorageCageDetails hollowDetails = hollowBigStorageCageDetailsService.getOne(new LambdaQueryWrapper<HollowBigStorageCageDetails>() |
| | | .eq(HollowBigStorageCageDetails::getSlot, relationInfoOne.getVirtualSlot()).in(HollowBigStorageCageDetails::getState, Const.GLASS_STATE_IN_ALL_ZERO) |
| | | .eq(HollowBigStorageCageDetails::getVirtualSlot, relationInfoOne.getVirtualSlot()).in(HollowBigStorageCageDetails::getState, Const.GLASS_STATE_IN_ALL_ZERO) |
| | | .orderByDesc(HollowBigStorageCageDetails::getSequence).last("limit 1")); |
| | | HollowBigStorageCage storageCage = null; |
| | | if (null == hollowDetails) { |
| | |
| | | return storageDTO; |
| | | } |
| | | HollowGlassRelationInfo relationInfoBefore = hollowGlassRelationInfoService.getOne(new LambdaQueryWrapper<HollowGlassRelationInfo>() |
| | | .eq(HollowGlassRelationInfo::getEngineerId, relationInfoOne.getEngineerId()) |
| | | .eq(HollowGlassRelationInfo::getTemperingLayoutId, relationInfoOne.getTemperingLayoutId()) |
| | | .eq(HollowGlassRelationInfo::getFlowCardId, relationInfoOne.getFlowCardId()) |
| | | .eq(HollowGlassRelationInfo::getLayer, relationInfoOne.getLayer()) |
| | | .eq(HollowGlassRelationInfo::getVirtualSlot, relationInfoOne.getVirtualSlot()) |
| | | .eq(HollowGlassRelationInfo::getSlotSequence, relationInfoOne.getSlotSequence() - 1)); |
| | | if (null == relationInfoBefore) { |
| | |
| | | |
| | | @Override |
| | | public List<LackDetailsDTO> queryLackByFlowCard(String flowCardId, int layer) { |
| | | |
| | | return this.baseMapper.queryLackByFlowCard(flowCardId, layer); |
| | | // return this.list(new LambdaQueryWrapper<HollowGlassRelationInfo>() |
| | | // .eq(HollowGlassRelationInfo::getFlowCardId,flowCardId) |
| | | // .eq(HollowGlassRelationInfo::getLayer,layer) |
| | | // .isNull(HollowGlassRelationInfo::getTemperingLayoutId) |
| | | // .isNull(HollowGlassRelationInfo::getTemperingFeedSequence) |
| | | // ); |
| | | } |
| | | |
| | | } |