|
@@ -690,7 +690,7 @@ public class ExportServiceImpl implements ExportService {
|
|
|
List<Map<String, Object>> data = new ArrayList<>();
|
|
|
while ("prod".equals(profiles) || "pre".equals(profiles)) {
|
|
|
Map<String, Object> paymentList = null;
|
|
|
- HfMerchantConfig hfMerchantConfig = hfMerchantConfigService.queryByTenantId(TenantContextHolder.getTenantId(), PaymentChannelEnum.ADAPAY.getCode());
|
|
|
+ HfMerchantConfig hfMerchantConfig = hfMerchantConfigService.queryByTenantId(TenantContextHolder.getTenantId());
|
|
|
if (hfMerchantConfig == null) {
|
|
|
throw new BizException("机构[{}]汇付商户信息找不到", TenantContextHolder.getTenantId());
|
|
|
}
|