Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
7 years ago
Commit
33e4a302b6dab936fe55cef0013970d220a8e121
1 parent
cd442b4e
库存管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ProductMapper.xml
dal/src/main/resources/META-INF/mybatis/ProductMapper.xml
View file @
33e4a30
...
...
@@ -202,7 +202,7 @@
and p.brand_id = #{product.brandId}
</if>
<if
test=
"product.productIdList != null and product.productIdList.size()>0"
>
And
b
.id in
And
p
.id in
<foreach
collection=
"product.productIdList"
item=
"productID"
open=
"("
close=
")"
separator=
","
>
#{productID}
</foreach>
...
...
Please
register
or
login
to post a comment