Ver a proveniência

//couponmerchant

release_toaliyun_real
xhxu há 3 anos
ascendente
cometimento
569a04f9df
1 ficheiros alterados com 4 adições e 3 eliminações
  1. +4
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 4
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Ver ficheiro

@@ -900,9 +900,10 @@ public class WxCouponServiceImpl implements WxCouponService {
WxProfitPaymentReceiver receiver = payShareServie.getPaymantReceiver(mallTenantEntity, merchant.getId());
if (receiver == null) {
badNames.add(merchant.getName());
}
if(!MerchantImportStatus.improt_success.getCode().equals(receiver.getAlipayImportStatus())){
badNames.add(merchant.getName());
}else{
if(!MerchantImportStatus.improt_success.getCode().equals(receiver.getAlipayImportStatus())){
badNames.add(merchant.getName());
}
}
}
}


Carregando…
Cancelar
Guardar