From cf66bf67763a90abd78cb4344630520d338da9f5 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: Wed, 22 Oct 2025 23:02:29 +0800 Subject: [PATCH] mybatis bug --- .../mapper/automatedWarehouse/WcsIntegrationMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml index 33610c2..f76e6df 100644 --- a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml @@ -807,6 +807,9 @@ status = #{status} WHERE station_code = #{stationCode} + + update wms_order_task set to_location=#{toLocation} where site=#{site} and task_no=#{taskNo} +