From 8b08425ea97e7fa9fb5e93d3cca2be2aa911c176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 29 Oct 2025 11:24:39 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/wms/WmsPrintMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index b765fc1..0f9d00d 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -292,7 +292,7 @@ AND roll_no = #{rollNo,jdbcType=VARCHAR} - update inventory_stock set status = '冻结' where site = #{site} and bu_no = #{buNo} and roll_no = #{rollNo} + update inventory_stock set status = '冻结',status_tb = 'F' where site = #{site} and bu_no = #{buNo} and roll_no = #{rollNo}