Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-activity
·
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
chenjian
2016-06-02 16:25:18 +0800
Commit
a6928523c0231a6a725e11e578d6193a5759dd6d
1 parent
8f91f611
订单分享获取活动对应券
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/OrderShareCouponMapper.xml
dal/src/main/resources/META-INF/mybatis/OrderShareCouponMapper.xml
View file @
a692852
...
...
@@ -23,7 +23,7 @@
<if
test=
"useDate != null"
>
and use_date=#{useDate}
</if>
<if
test=
"coupon
_t
ype != null"
>
<if
test=
"coupon
T
ype != null"
>
and coupon_type=#{couponType}
</if>
limit 1
...
...
Please
register
or
login
to post a comment