Commit 2b5f3ffb by 胡懿

入库明细增加货架信息

parent 99a5c88a
......@@ -26,7 +26,7 @@
<sql id="goodsInfoJoins">
LEFT JOIN t_wh_material_type type ON type.id = a.type_id
LEFT JOIN t_wh_goods b ON b.id = a.goods_id
LEFT JOIN t_wh_goods b ON b.id = a.goods_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