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
Plain Diff
Browse Files
Authored by
csgyoho
2018-11-22 14:37:25 +0800
Commit
df7afe117fe0e31fdee642d8d35e195f74ea39bb
2 parents
5b62fcb6
8a5853cb
Merge branch 'dev-resources-20181116' into test6.8.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
dal/src/main/resources/META-INF/mybatis/UserCouponMapper.xml
dal/src/main/resources/META-INF/mybatis/UserCouponMapper.xml
View file @
df7afe1
...
...
@@ -42,6 +42,9 @@
<select
id=
"selectTotalByCondition"
resultType=
"java.lang.Integer"
>
select count(1) from user_coupon
where 1=1
<if
test=
"param.couponId != null"
>
and coupon_Id=#{param.couponId}
</if>
<if
test=
"param.couponCode != null"
>
and coupon_code=#{param.couponCode}
</if>
...
...
Please
register
or
login
to post a comment