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}