From b04055af37ba07f8ba8d97cee37c461cecd4a6f9 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 05 一月 2026 18:02:15 +0800
Subject: [PATCH] yys

---
 src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
index d0e020a..ebfd98b 100644
--- a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
@@ -45,7 +45,7 @@
     </select>
     <select id="list" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingDto">
         SELECT
-            T2.id,
+            T2.id as salesLedgerProductId,
             ifNull(sum(t3.scheduling_num),0) AS schedulingNum,
             T1.sales_contract_no,
             T1.customer_contract_no,

--
Gitblit v1.9.3