hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassRelationInfoMapper.java
@@ -4,6 +4,7 @@ import com.mes.hollow.entity.HollowGlassRelationInfo; import com.mes.hollow.entity.dto.HollowGlassDetailsDTO; import com.mes.hollow.entity.dto.LackDetailsDTO; import com.mes.hollow.entity.dto.OrderDetailsDTO; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -34,6 +35,6 @@ * @param flowCardId * @return */ String queryProductNameByFlowCardId(@Param("flowCardId") String flowCardId); OrderDetailsDTO queryProductNameByFlowCardId(@Param("flowCardId") String flowCardId); }