From 83f738105416c9b11e3b7c5246a0980e41b6650e Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 13 十月 2025 16:59:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassOutRelationInfoMapper.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassOutRelationInfoMapper.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassOutRelationInfoMapper.java
index cfa02e0..278e3f7 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassOutRelationInfoMapper.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/mapper/HollowGlassOutRelationInfoMapper.java
@@ -2,10 +2,7 @@
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.mes.hollow.entity.HollowGlassOutRelationInfo;
-import com.mes.hollow.entity.dto.OrderDTO;
-import com.mes.hollow.entity.dto.OrderDetailsDTO;
 import com.mes.largenscreen.entity.PieChartVO;
-import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
 
@@ -17,16 +14,7 @@
  */
 public interface HollowGlassOutRelationInfoMapper extends BaseMapper<HollowGlassOutRelationInfo> {
 
-    OrderDTO queryOrderByFlowCardId(@Param("flowCardId") String flowCardId);
 
     List<PieChartVO> queryPieChart();
-
-    /**
-     * 鎸夌収娴佺▼鍗¤幏鍙栦骇鍝佸悕绉�
-     *
-     * @param flowCardId
-     * @return
-     */
-    OrderDetailsDTO queryProductNameByFlowCardId(String flowCardId);
 }
 

--
Gitblit v1.8.0