From 427699c2041d4d60804b433b07b8eaa76d6d33f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 20 Nov 2025 10:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=8B=A3=E5=BC=82=E5=B8=B8=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/warehouse/PalletMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/warehouse/PalletMapper.xml b/src/main/resources/mapper/warehouse/PalletMapper.xml index 66fc66f..a47f08b 100644 --- a/src/main/resources/mapper/warehouse/PalletMapper.xml +++ b/src/main/resources/mapper/warehouse/PalletMapper.xml @@ -148,7 +148,7 @@ UPDATE pallet - SET calling_flag = 'Y', + SET calling_flag = 'N', location_code = #{errorLocation}, wcs_location = NULL WHERE site = #{site}