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