移库相关

main
judy 1 year ago
parent bb73567efe
commit 8db2fb277a
  1. 1
      shkj-wms/src/main/resources/mapper/wms/BaseLocationMapper.xml

@ -555,7 +555,6 @@
JOIN base_storage s ON a.storage_id = s.id JOIN base_storage s ON a.storage_id = s.id
WHERE WHERE
l.is_del = '0' AND a.is_del = '0' 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.id not in (select distinct location_id from sys_stock_detail)
<if test="locationName != null and locationName != ''"> <if test="locationName != null and locationName != ''">
and l.location_name like concat('%', #{locationName},'%') and l.location_name like concat('%', #{locationName},'%')

Loading…
Cancel
Save