From bb85dbc5fc9a9ddda99132ae16887fd27959a854 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 06 一月 2025 16:18:48 +0800
Subject: [PATCH] 补充注释、语言,转工单时添加未勾选数据时的弹窗,修改报工新增查询复合工序不能查询出每一层的问题,修改次破报表响应超时问题

---
 north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
index 4772527..2d45565 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -337,16 +337,11 @@
     </update>
 
     <select id="selectDifferentSize">
-
     select a.order_number,count(a.order_number),a.order_id from(select order_id,order_number
     from sd.order_glass_detail ogd
     where ogd.order_id = #{orderId}
     group by ogd.order_number,ogd.child_height,child_width)
     as a
-    inner join order_detail od
-        on od.order_id = a.order_id
-        and od.order_number = a.order_number
-        and (od.bend_radius is null or od.bend_radius = '')
     group by a.order_number
     having count(a.order_number) > 1
     </select>

--
Gitblit v1.8.0