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}