Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
4afc188b
Commit
4afc188b
authored
Jan 13, 2019
by
季圣华
Browse files
解决调拨单据无法显示对方仓库的bug
parent
a2591362
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/DepotItemMapperEx.xml
View file @
4afc188b
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
from jsh_depotitem di left join jsh_material m on di.MaterialId=m.id
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_unit u on m.UnitId = u.id
left join jsh_depot dp1 on di.DepotId=dp1.id
left join jsh_depot dp1 on di.DepotId=dp1.id
left join jsh_depot dp2 on di.AnotherDepotId=dp
1
.id
left join jsh_depot dp2 on di.AnotherDepotId=dp
2
.id
where di.HeaderId = ${headerId}
where di.HeaderId = ${headerId}
order by di.id asc
order by di.id asc
</select>
</select>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment