From 61f67b5e02cb3345b92395a52a2c21a1f3ea7bb1 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: Fri, 24 Oct 2025 00:21:28 +0800 Subject: [PATCH] mybatis bug --- .../mapper/automatedWarehouse/WcsIntegrationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml index b255695..b234b65 100644 --- a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml @@ -808,7 +808,7 @@ WHERE station_code = #{stationCode} - update wms_order_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo} + update wms_transport_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo}