From 0dd70afb7815d34a02ba7f5cd4f0ad8457072607 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期五, 09 一月 2026 10:01:31 +0800
Subject: [PATCH] yys  修改bug

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

diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
index eeef35b..a17d3e4 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -126,6 +126,7 @@
         t3.purchase_contract_number,
         t2.product_category,
         t1.id,
+        GROUP_CONCAT(t1.id) as ids,
         t1.sales_ledger_product_id,
         t1.create_user,
         t2.specification_model,
@@ -288,6 +289,7 @@
         t3.customer_name,
         t2.product_category,
         t1.id,
+        group_concat(t1.id) as ids,
         t1.sales_ledger_product_id,
         t1.create_user,
         t2.specification_model,

--
Gitblit v1.9.3