Explorar el Código

//coupon

release_toaliyun_real
xhxu hace 3 años
padre
commit
8f6b996484
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Ver fichero

@@ -885,7 +885,7 @@ public class WxCouponServiceImpl implements WxCouponService {


List<String> badNames = new ArrayList(); List<String> badNames = new ArrayList();
if (EnumPayMchType.DIRECT.equals(payMchType)) { if (EnumPayMchType.DIRECT.equals(payMchType)) {
//多商户券,抖音 直连 门店只有进件支付宝才能参加活动
//多商户券,抖音 直连 门店只有进件支付宝才能参加活动 todo
if(EnumCouponMerchantType.MULTIPLE_MERCHANT.getCode().equals(record.getMerchantType())){ if(EnumCouponMerchantType.MULTIPLE_MERCHANT.getCode().equals(record.getMerchantType())){
for (WxMerchant merchant:merchantList) { for (WxMerchant merchant:merchantList) {
WxProfitSharingReceiver receiver = payShareServie.getReceiver(mallTenantEntity, merchant.getId(), null, payMchType.getCode()); WxProfitSharingReceiver receiver = payShareServie.getReceiver(mallTenantEntity, merchant.getId(), null, payMchType.getCode());


Cargando…
Cancelar
Guardar