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
tanling
2019-06-04 15:03:30 +0800
Commit
52dffecac0af151c6b1d64b9db4bc778fd31b808
1 parent
02c12dec
增加发放数量和使用数量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/UserCouponMapper.xml
dal/src/main/resources/META-INF/mybatis/UserCouponMapper.xml
View file @
52dffec
...
...
@@ -26,7 +26,7 @@
<include
refid=
"Base_Column_List"
/>
from user_coupon
where
AND
coupon_id IN
coupon_id IN
<foreach
collection=
"couponIds"
item=
"couponId"
open=
"("
separator=
","
close=
")"
>
#{couponId,jdbcType=INTEGER}
</foreach>
...
...
Please
register
or
login
to post a comment