From f96e13df01e5a0ea8c78662b66a1ad36e2ba86f4 Mon Sep 17 00:00:00 2001
From: 你好啊 <1536384743@qq.com>
Date: 星期日, 29 十二月 2024 12:37:35 +0800
Subject: [PATCH] 删除注释

---
 north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index bf580a8..efd51ed 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -2637,14 +2637,14 @@
             ogd.glass_child,
             fc.patch_state,
             ogd.process
-        from  (select process_id,count(*) as quantity,order_sort,project_no,layer,patch_state from pp.optimize_detail where project_no = #{printProject} group by process_id,order_sort,layer) as fc
+        from  (select process_id,count(*) as quantity,order_sort,project_no,layer,patch_state from pp.optimize_detail where project_no = #{printProject} group by process_id,layer) as fc
                   left join sd.order_glass_detail as ogd
                             on ogd.order_id = SUBSTRING(fc.process_id,1,10)  and ogd.order_number = fc.order_sort and
                                ogd.technology_number = fc.layer
                   left join sd.order_detail as od on od.order_id = SUBSTRING(fc.process_id,1,10)  and od.order_number = fc.order_sort
                   left join sd.`order` as o on o.order_id = SUBSTRING(fc.process_id,1,10)
         where fc.project_no = #{printProject}
-        GROUP BY fc.process_id,fc.order_sort, ogd.technology_number
+        GROUP BY fc.process_id, ogd.technology_number
         order by fc.process_id, ogd.technology_number
     </select>
 

--
Gitblit v1.8.0