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} +