Commit 49d26362 by zhangtw

库存明细货主反显,关联owners.id

parent 732e375f
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
left join materials m on i.material_id = m.id left join materials m on i.material_id = m.id
left join warehouses w on i.warehouses_id = w.id left join warehouses w on i.warehouses_id = w.id
left join storage_locations sl on i.location_id = sl.id left join storage_locations sl on i.location_id = sl.id
left join owners o on i.owner_id = o.owner_code left join owners o on i.owner_id = o.id
</sql> </sql>
<select id="selectInventoryDetailList" parameterType="Inventory" resultMap="InventoryResult"> <select id="selectInventoryDetailList" parameterType="Inventory" resultMap="InventoryResult">
<include refid="selectInventoryDetailVo"/> <include refid="selectInventoryDetailVo"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论