|
|
|
@@ -772,7 +772,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "没有收款商户"); |
|
|
|
} |
|
|
|
record.setMakeMerchantId(makeMerchant.getId()); |
|
|
|
WxProfitSharingReceiver receiver = payShareServie.getReceiver(payAccount, makeMerchant.getId(), null, payMchType.getCode()); |
|
|
|
WxProfitSharingReceiver receiver = payShareServie.getReceiver(makeMerchant, makeMerchant.getId(), null, payMchType.getCode()); |
|
|
|
|
|
|
|
if (receiver == null) { |
|
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "[\""+makeMerchant.getName()+"\"]未配置收款账户"); |
|
|
|
|