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
3a1ff5ce
Commit
3a1ff5ce
authored
Feb 18, 2020
by
季圣华
Browse files
解决查询商品条码的bug
parent
b92ec5e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/MaterialExtendMapperEx.xml
View file @
3a1ff5ce
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
<include
refid=
"com.jsh.erp.datasource.mappers.MaterialExtendMapper.Base_Column_List"
/>
<include
refid=
"com.jsh.erp.datasource.mappers.MaterialExtendMapper.Base_Column_List"
/>
from jsh_material_extend
from jsh_material_extend
where 1=1
where 1=1
and ifnull(delete_Flag,'0') !='1'
and material_id in (
and material_id in (
<foreach
collection=
"ids"
item=
"id"
separator=
","
>
<foreach
collection=
"ids"
item=
"id"
separator=
","
>
#{id}
#{id}
...
...
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