|
|
|
@@ -85,7 +85,7 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
wxCouponSendQuery.setSendType(actionType); |
|
|
|
configKey = "stopCarCouponSwitch"; |
|
|
|
} |
|
|
|
if (type == EnumCouponSendSendType.COUPON_VERIFY) { |
|
|
|
else if (type == EnumCouponSendSendType.COUPON_VERIFY) { |
|
|
|
//核销 |
|
|
|
actionType = EnumCouponSendSendType.COUPON_VERIFY.getCode(); |
|
|
|
wxCouponSendQuery.setSendType(actionType); |
|
|
|
|