hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassRelationInfoServiceImpl.java
@@ -244,14 +244,7 @@ @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) // ); } }