lin 3 лет назад
Родитель
Сommit
5b0871a3aa
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Просмотреть файл

@@ -768,6 +768,9 @@ public class WxCouponServiceImpl implements WxCouponService {

if (EnumPayMchType.DIRECT.equals(payMchType)) {
WxMerchant makeMerchant = getDirectPayAccountMerchant(merchantList,record);
if (null == makeMerchant) {
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "没有收款商户");
}
record.setMakeMerchantId(makeMerchant.getId());
WxProfitSharingReceiver receiver = payShareServie.getReceiver(payAccount, makeMerchant.getId(), null, payMchType.getCode());



Загрузка…
Отмена
Сохранить