From 8f6b996484d9492d5f9b84993da2df2fe4394a00 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 13 Dec 2022 17:42:24 +0800 Subject: [PATCH] //coupon --- .../java/com/iformall/service/impl/WxCouponServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index b20021064..67f4d9377 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -885,7 +885,7 @@ public class WxCouponServiceImpl implements WxCouponService { List badNames = new ArrayList(); if (EnumPayMchType.DIRECT.equals(payMchType)) { - //多商户券,抖音 直连 门店只有进件支付宝才能参加活动 + //多商户券,抖音 直连 门店只有进件支付宝才能参加活动 todo if(EnumCouponMerchantType.MULTIPLE_MERCHANT.getCode().equals(record.getMerchantType())){ for (WxMerchant merchant:merchantList) { WxProfitSharingReceiver receiver = payShareServie.getReceiver(mallTenantEntity, merchant.getId(), null, payMchType.getCode());