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/resources/mapper/HollowGlassOutRelationInfoMapper.xml |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassOutRelationInfoMapper.xml b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassOutRelationInfoMapper.xml
index 1507b97..34f0697 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassOutRelationInfoMapper.xml
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassOutRelationInfoMapper.xml
@@ -3,13 +3,6 @@
 <mapper namespace="com.mes.hollow.mapper.HollowGlassOutRelationInfoMapper">
 
 
-    <select id="queryOrderByFlowCardId" resultType="com.mes.hollow.entity.dto.OrderDTO">
-        select t1.*
-        from pp.flow_card t
-                 inner join sd.order t1 on t.order_id = t1.order_id
-        where t.process_id = #{flowCardId}
-        limit 1
-    </select>
     <select id="queryPieChart" resultType="com.mes.largenscreen.entity.PieChartVO">
         SELECT
             round( sum( CASE WHEN hgori.cell = 930 AND hgqi.state = 0 THEN 1 ELSE 0 END ), 2 ) AS oneCompletedQuantity,
@@ -38,16 +31,5 @@
         WHERE
             date( hgori.create_time ) = date(
             now())
-    </select>
-    <select id="queryProductNameByFlowCardId" resultType="com.mes.hollow.entity.dto.OrderDetailsDTO">
-        select t.product_name, t1.customer_name
-        from sd.order_detail t
-                 inner join sd.order t1 on t.order_id = t1.order_id
-        where (t.order_id, t.order_number) = (
-            select min(order_id) as order_id, min(order_number) as order_number
-            from pp.flow_card
-            where process_id = #{flowCardId}
-        )
-        limit 1
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0