From 647e388a92350b7ec50786e8cd2c704c4e50b9bd Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 13 四月 2026 13:41:45 +0800
Subject: [PATCH] 协同审批的编号bug
---
src/main/resources/mapper/stock/StockUninventoryMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/stock/StockUninventoryMapper.xml b/src/main/resources/mapper/stock/StockUninventoryMapper.xml
index b171ae2..58f30bd 100644
--- a/src/main/resources/mapper/stock/StockUninventoryMapper.xml
+++ b/src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -33,6 +33,9 @@
<if test="ew.qualitity != null">
qualitity = qualitity + #{ew.qualitity},
</if>
+ <if test="ew.lockedQuantity != null">
+ locked_quantity = locked_quantity + #{ew.lockedQuantity},
+ </if>
<if test="ew.version != null">
version = version + 1,
</if>
--
Gitblit v1.9.3