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},'%')