From 0d97ceb9be1278dd0a8667d1aab299aa36aaa526 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 24 四月 2026 15:28:10 +0800
Subject: [PATCH] refactor(mapper): 移除 speculative_trading_name 字段映射

---
 src/main/resources/mapper/basic/ProductModelMapper.xml               |    1 -
 src/main/resources/mapper/production/SalesLedgerWorkMapper.xml       |    1 -
 src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml |    2 --
 src/main/resources/mapper/production/ProcessRouteItemMapper.xml      |    1 -
 4 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/mapper/basic/ProductModelMapper.xml b/src/main/resources/mapper/basic/ProductModelMapper.xml
index b0d8750..73e5df9 100644
--- a/src/main/resources/mapper/basic/ProductModelMapper.xml
+++ b/src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -9,7 +9,6 @@
         <result column="product_id" property="productId" />
         <result column="model" property="model" />
         <result column="unit" property="unit" />
-        <result column="speculative_trading_name" property="speculativeTradingName" />
         <result column="tenant_id" property="tenantId" />
         <result column="product_name" property="productName" />
         <result column="product_id" property="productId" />
diff --git a/src/main/resources/mapper/production/ProcessRouteItemMapper.xml b/src/main/resources/mapper/production/ProcessRouteItemMapper.xml
index 1b5e2b4..8917231 100644
--- a/src/main/resources/mapper/production/ProcessRouteItemMapper.xml
+++ b/src/main/resources/mapper/production/ProcessRouteItemMapper.xml
@@ -17,7 +17,6 @@
         select pri.*,
                pr.description ,
                pp.name as process_name,
-               pm.speculative_trading_name,
                pm.product_id,
                pm.model,
                p.product_name,
diff --git a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
index 4cff920..4620341 100644
--- a/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml
@@ -15,7 +15,6 @@
         T2.quantity,
         T2.product_category,
         T2.specification_model,
-        T2.speculative_trading_name,
         T2.unit
         FROM
         sales_ledger_product T2
@@ -76,7 +75,6 @@
         T2.status,
         T2.scheduling_user_id,
         T2.scheduling_user_name,
-        T2.speculative_trading_name,
         T2.scheduling_date,
         ifNull(T2.scheduling_num,0) AS schedulingNum,
         ifNull(T2.finished_num,0) AS successNum,
diff --git a/src/main/resources/mapper/production/SalesLedgerWorkMapper.xml b/src/main/resources/mapper/production/SalesLedgerWorkMapper.xml
index 4ec771f..5608a08 100644
--- a/src/main/resources/mapper/production/SalesLedgerWorkMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerWorkMapper.xml
@@ -23,7 +23,6 @@
         t3.product_category,
         t3.specification_model,
         t3.unit,
-        t2.speculative_trading_name,
         t4.production_line
         FROM
         sales_ledger_work t4

--
Gitblit v1.9.3