|
|
|
@@ -401,7 +401,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
try { |
|
|
|
return wxCouponSendService.sendCouponToUser(tenantId, cUserId, EnumCouponSendSendType.B_MICROPAY); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("核销发券: " + e.getMessage()); |
|
|
|
logger.error("B端刷卡支付发券: " + e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
return false; |
|
|
|
|