|
@@ -99,6 +99,10 @@ public class PayServiceImpl implements PayService {
|
|
|
|
|
|
Integer tenantId = studentPaymentOrder.getTenantId();
|
|
Integer tenantId = studentPaymentOrder.getTenantId();
|
|
|
|
|
|
|
|
+ if(studentPaymentOrder.getOrganId() == 122){
|
|
|
|
+ tenantId = 28;
|
|
|
|
+ }
|
|
|
|
+
|
|
HfMerchantConfig hfMerchantConfig = hfMerchantConfigService.queryByTenantId(tenantId);
|
|
HfMerchantConfig hfMerchantConfig = hfMerchantConfigService.queryByTenantId(tenantId);
|
|
if(hfMerchantConfig == null){
|
|
if(hfMerchantConfig == null){
|
|
throw new BizException("机构[{}]汇付商户信息找不到", tenantId);
|
|
throw new BizException("机构[{}]汇付商户信息找不到", tenantId);
|