diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java index 387993a0c..ac6eda5c2 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java @@ -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);