解决调拨单据无法显示对方仓库的bug

This commit is contained in:
季圣华
2019-01-13 13:29:50 +08:00
parent a259136237
commit 4afc188b73

View File

@@ -133,7 +133,7 @@
from jsh_depotitem di left join jsh_material m on di.MaterialId=m.id
left join jsh_unit u on m.UnitId = u.id
left join jsh_depot dp1 on di.DepotId=dp1.id
left join jsh_depot dp2 on di.AnotherDepotId=dp1.id
left join jsh_depot dp2 on di.AnotherDepotId=dp2.id
where di.HeaderId = ${headerId}
order by di.id asc
</select>