This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[卡类型][修改][常量及查询]
release_toaliyun_real
gongbiao
7 years ago
committed by
Stormeye Wu
parent
24bab29832
commit
aee2cfa531
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mallinkService/src/main/java/com/iformall/enums/EnumCouponType.java
+1
-1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
+ 0
- 1
mallinkService/src/main/java/com/iformall/enums/EnumCouponType.java
View File
@@ -17,7 +17,6 @@ public enum EnumCouponType {
COUPON_GROUP(9, "团购券"),
CARD_MULTIMCH(100, "消费卡"),
CARD_CASH(101, "代金卡"),
;
public static EnumCouponType getEnum(Integer code) {
+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
View File
@@ -669,7 +669,7 @@
inner join wx_coupon c on co.coupon_id = c.id
inner join wx_card_info a on co.id=a.id
where 1=1
and co.coupon_type
in (100,101)
and co.coupon_type
= 100
<if test="tenantId != null">
and co.tenant_id = #{tenantId}
</if>
Write
Preview
Loading…
Cancel
Save