From 2edfe8214e2723dfb6cc1866c58f783f49a7f649 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 12 一月 2026 11:53:07 +0800
Subject: [PATCH] yys 成品入库导出修改

---
 src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
index a17d3e4..eac12f4 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -210,7 +210,7 @@
                   left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 2
                   left join purchase_ledger t3 on t3.id = t2.sales_ledger_id
         where t1.type = 1
-        group by t3.supplier_name,t2.product_category,t2.specification_model
+        group by t2.product_category,t2.specification_model
     </select>
     <select id="listCopyOne" resultType="com.ruoyi.procurementrecord.dto.ProcurementPageDtoCopy">
         select
@@ -239,7 +239,7 @@
                   left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 1
                   left join sales_ledger t3 on t3.id = t2.sales_ledger_id
         where t1.type = 2
-        group by t3.customer_name,t2.product_category,t2.specification_model
+        group by t2.product_category,t2.specification_model
     </select>
     <select id="listPageByProduction" resultType="com.ruoyi.procurementrecord.dto.ProcurementPageDto">
         select

--
Gitblit v1.9.3