Commit 99a5c88a by 胡懿

入库明细增加货架信息

parent 581f74ce
......@@ -23,14 +23,14 @@
type.name AS "type.name",
type.code AS "type.code",
s.name AS "shelves.name",
warehouse.name AS "warehouse.name"
</sql>
<sql id="storageInfoJoins">
LEFT JOIN t_wh_material_type type ON type.id = a.type_id
LEFT JOIN t_wh_warehouse warehouse ON warehouse.id = a.warehouse_id
LEFT JOIN t_wh_shelves s on s.id = a.shelves_id
</sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment