From 7bde96aaac4fcbd3afe4532e53f515f82c04a121 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 16 三月 2026 11:59:09 +0800
Subject: [PATCH] fix(production): 优化报工投入品数量计算及库存校验逻辑

---
 src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
index 8c89ed4..597f2bc 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -240,8 +240,6 @@
         t3.product_name as productCategory,
         t2.model as specificationModel,
         t2.unit,
-        (t1.inbound_num * t2.tax_inclusive_unit_price) as taxInclusiveTotalPrice,
-        (t1.inbound_num * t2.tax_inclusive_unit_price - t1.inbound_num * t2.tax_inclusive_unit_price * t2.tax_rate / 100) as taxExclusiveTotalPrice,
         t1.unit_price,
         t1.total_price,
         t1.inbound_batches,

--
Gitblit v1.9.3