From ab3844c2f9cb7e2b257571c8ebfc0171e2186ac9 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 16 四月 2026 14:15:25 +0800
Subject: [PATCH] 备份文件
---
src/main/resources/mapper/OrderDetlPakinMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 3f3e522..a9dd0d8 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -226,7 +226,7 @@
<update id="increaseQtyByOrderNo">
update man_order_detl_pakin
- set qty = qty + #{qty}
+ set qty = qty + #{qty},work_qty = work_qty - #{qty}
where 1=1
and order_no = #{orderNo}
and matnr = #{matnr}
--
Gitblit v1.9.1