Przeglądaj źródła

fix bug

release_toaliyun_real
lin 3 lat temu
rodzic
commit
5b0871a3aa
1 zmienionych plików z 3 dodań i 0 usunięć
  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 Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz