|
|
|
@ -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> |
|
|
|
|
|
|
|
|
|
|
|
|