From e0e991e0887f11f12cd3ccf0208b151b09586329 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 22 一月 2026 15:09:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New
---
src/main/resources/mapper/stock/StockInventoryMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/stock/StockInventoryMapper.xml b/src/main/resources/mapper/stock/StockInventoryMapper.xml
index 52a855a..0df7c39 100644
--- a/src/main/resources/mapper/stock/StockInventoryMapper.xml
+++ b/src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -28,7 +28,7 @@
<update id="updateSubtractStockInventory">
update stock_inventory
<set>
- <if test="qualitity != null">
+ <if test="ew.qualitity != null">
qualitity = qualitity - #{ew.qualitity},
</if>
<if test="version != null">
--
Gitblit v1.9.3