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
a152f3ae
Commit
a152f3ae
authored
May 24, 2021
by
季圣华
Browse files
解决单据查询bug
parent
b60c0f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
View file @
a152f3ae
...
...
@@ -73,7 +73,7 @@
<bind
name=
"bindKey"
value=
"'%'+materialParam+'%'"
/>
and (m.name like #{bindKey} or m.standard like #{bindKey} or m.model like #{bindKey})
</if>
<if
test=
"depotIds != null"
>
<if
test=
"depotIds != null
and depotIds !=''
"
>
and di.depot_id in (${depotIds})
</if>
<if
test=
"creatorArray != null"
>
...
...
@@ -118,7 +118,7 @@
<bind
name=
"bindKey"
value=
"'%'+materialParam+'%'"
/>
and (m.name like #{bindKey} or m.standard like #{bindKey} or m.model like #{bindKey})
</if>
<if
test=
"depotIds != null"
>
<if
test=
"depotIds != null
and depotIds !=''
"
>
and di.depot_id in (${depotIds})
</if>
<if
test=
"creatorArray != null"
>
...
...
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