|
@ -232,7 +232,7 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService { |
|
|
param.setExportConfig(exportConfig); |
|
|
param.setExportConfig(exportConfig); |
|
|
Result<IcCustomExportResultDTO> exportConfigResult = operCustomizeOpenFeignClient.getExcelHeaderAndSqlColumnForExport(param); |
|
|
Result<IcCustomExportResultDTO> exportConfigResult = operCustomizeOpenFeignClient.getExcelHeaderAndSqlColumnForExport(param); |
|
|
if (!exportConfigResult.success() || exportConfigResult.getData() == null) { |
|
|
if (!exportConfigResult.success() || exportConfigResult.getData() == null) { |
|
|
log.error("获取模板失败"); |
|
|
log.error("获取模板失败,internalMsg:{},msg:{}" + exportConfigResult.getInternalMsg(), exportConfigResult.getMsg()); |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "获取模板失败" + exportConfigResult.getInternalMsg()); |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "获取模板失败" + exportConfigResult.getInternalMsg()); |
|
|
} |
|
|
} |
|
|
IcCustomExportResultDTO data = exportConfigResult.getData(); |
|
|
IcCustomExportResultDTO data = exportConfigResult.getData(); |
|
|