From 28e1505fa90c969b916d5e605e7a72b1df11cf8e Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 24 四月 2026 17:19:05 +0800
Subject: [PATCH] fix(purchase): 修复采购模块数据导入和查询问题
---
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