From a27bcd2f9cba539ba9ffb7cfa949dc102d7446ff Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 30 三月 2026 09:36:35 +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