From 1bbe6f787d58b768dce5370aa4e0d242c5e4b62d Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 21 四月 2026 17:26:53 +0800
Subject: [PATCH] Merge branch 'dev_New_pro' of http://114.132.189.42:9002/r/product-inventory-management-after into dev_New_pro

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

diff --git a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
index 4cff920..92198b5 100644
--- a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
@@ -2,7 +2,7 @@
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.production.mapper.SalesLedgerSchedulingMapper">
 
-    <select id="listPage" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingDto">
+    <select id="listPage" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingDto">
         SELECT
         T2.id as salesLedgerProductId,
         T1.id as salesLedgerId,
@@ -48,7 +48,7 @@
         </if>
         order by T1.entry_date desc
     </select>
-    <select id="list" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingDto">
+    <select id="list" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingDto">
         SELECT
             T2.id,
             ifNull(sum(t3.scheduling_num),0) AS schedulingNum,
@@ -68,7 +68,7 @@
         where T1.id is not null and T2.type = 1
         GROUP BY T2.id
     </select>
-    <select id="listPageProcess" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingProcessDto">
+    <select id="listPageProcess" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingProcessDto">
         SELECT
         t3.id as salesLedgerProductId,
         T1.id as salesLedgerId,

--
Gitblit v1.9.3