Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
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
wangnan
2016-12-09 17:45:11 +0800
Commit
d2cad8bd34ac378725d496bbd0626904bd40c124
1 parent
d836324a
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ShopMapper.xml
dal/src/main/resources/META-INF/mybatis/ShopMapper.xml
View file @
d2cad8b
...
...
@@ -258,7 +258,7 @@
<include
refid=
"Base_Column_List"
/>
FROM
shops
where id in
where
shops_
id in
<foreach
item=
"item"
index=
"index"
collection=
"list"
open=
"("
separator=
","
close=
")"
>
#{item}
...
...
Please
register
or
login
to post a comment