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
5e2d66fd
Commit
5e2d66fd
authored
Apr 07, 2019
by
季圣华
Browse files
!46 更新sql
Merge pull request !46 from yaozechaun/master
parents
7b029187
0db6cba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/MaterialMapperEx.xml
View file @
5e2d66fd
...
...
@@ -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