|
|
@@ -900,9 +900,10 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
WxProfitPaymentReceiver receiver = payShareServie.getPaymantReceiver(mallTenantEntity, merchant.getId()); |
|
|
WxProfitPaymentReceiver receiver = payShareServie.getPaymantReceiver(mallTenantEntity, merchant.getId()); |
|
|
if (receiver == null) { |
|
|
if (receiver == null) { |
|
|
badNames.add(merchant.getName()); |
|
|
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()); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|