Explorar el Código

//couponmerchant

release_toaliyun_real
xhxu hace 3 años
padre
commit
569a04f9df
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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 fichero

@@ -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());
}
}
}
}


Cargando…
Cancelar
Guardar