From 717a85c534836b757d759fd62d85bce32dce216b Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 28 四月 2026 17:48:24 +0800
Subject: [PATCH] refactor(production): 优化生产产品主服务代码格式和逻辑
---
src/main/resources/mapper/production/SalesLedgerSchedulingMapper.xml | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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,
--
Gitblit v1.9.3