From e47b03234b5ee24c1ecfde9c41c88b03e47c884a 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: Thu, 25 Dec 2025 00:00:02 +0800 Subject: [PATCH] 1 --- .../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 bcd10cc..075aa42 100644 --- a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml @@ -652,7 +652,7 @@ ON wtt.to_location = ast.station_code WHERE wtt.site = #{site} AND ast.area_type = #{areaType} - AND wtt.status != '已完成' + AND wtt.status != '已完成' AND wtt.status != '已取消' AND wot.source_type = '立库取货'