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
0db6cba1
Commit
0db6cba1
authored
Apr 06, 2019
by
yaozechuan
Browse files
解决进货基础数据异常
parent
7b029187
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/MaterialMapperEx.xml
View file @
0db6cba1
...
...
@@ -52,7 +52,7 @@
</select>
<select
id=
"findUnitName"
resultType=
"java.lang.String"
>
select
jsh_unit
.UName from jsh_unit u
select
u
.UName from jsh_unit u
left join jsh_material m on m.UnitId=u.id and ifnull(m.delete_Flag,'0') !='1'
where m.id = ${mId}
and ifnull(u.delete_Flag,'0') !='1'
...
...
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