仓库管理修改

liweidong
wusiyu 3 days ago
parent b03c3980b0
commit 98fd9eacb1
  1. 11
      blade-service/blade-wms/src/main/java/org/springblade/wms/mapper/StStorageLocationMapper.xml

@ -126,11 +126,16 @@
<select id="exportStStorageLocation" resultType="org.springblade.wms.excel.StStorageLocationExcel"> <select id="exportStStorageLocation" resultType="org.springblade.wms.excel.StStorageLocationExcel">
SELECT SELECT
sl.*, sl.location,
sl.goods_code,
sl.goods_name,
sl.specifications,
sl.material_model,
sl.is_deleted,
sh.sh_name sh.sh_name
FROM st_storage_location sl FROM st_storage_location sl
LEFT JOIN st_storehouse sh LEFT JOIN st_storehouse sh ON sl.sh_id = sh.id
ON sl.sh_id = sh.id WHERE 1=1
${ew.customSqlSegment} ${ew.customSqlSegment}
</select> </select>

Loading…
Cancel
Save