From 07f085de4c97e3eee39dae3107780f46f894d675 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期日, 04 一月 2026 16:45:49 +0800
Subject: [PATCH] yys 修改bug
---
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