From 8db2fb277a853f18f75a6c13dda7328feb9f57bd Mon Sep 17 00:00:00 2001 From: judy <278197488@qq.com> Date: Wed, 17 Jul 2024 16:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=BA=93=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml b/shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml index b93d376..06146b2 100644 --- a/shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml +++ b/shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml @@ -555,7 +555,6 @@ JOIN base_storage s ON a.storage_id = s.id WHERE l.is_del = '0' AND a.is_del = '0' - AND l.location_code != #{checkLocationName} and l.id not in (select distinct location_id from sys_stock_detail) and l.location_name like concat('%', #{locationName},'%')