From 54be0d43f3e8c93aec6c331e96496b039a275510 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: Sat, 1 Nov 2025 09:08:05 +0800 Subject: [PATCH] =?UTF-8?q?agv=E4=BB=BB=E5=8A=A1=E5=A4=A7=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/automatedWarehouse/WcsIntegrationMapper.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml index de87c90..3e7dc49 100644 --- a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml @@ -141,7 +141,7 @@ FROM pallet_detail WITH (NOLOCK) WHERE site = #{site} AND pallet_id = #{palletId} - AND is_deleted = '0' + @@ -783,8 +783,7 @@ UPDATE wms_transport_task_detail SET error_code = #{errorCode}, - error_msg = #{errorMsg}, - updated_time = GETDATE() + error_msg = #{errorMsg} WHERE id = #{id} @@ -792,8 +791,7 @@ UPDATE wms_transport_task_detail SET error_code = NULL, - error_msg = NULL, - updated_time = GETDATE() + error_msg = NULL WHERE id = #{id}