From ac5f85bac308dc5d6ff189a8e3d3c33674d5806d Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 05 一月 2026 09:36:17 +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