fix(X-Pack): 修复带文本附件的定时报告报错问题
This commit is contained in:
parent
85e4e17ae7
commit
7e584c4400
@ -1329,7 +1329,7 @@ public class ChartViewService {
|
||||
}
|
||||
// 如果是表格导出查询 则在此处直接就可以返回
|
||||
if(chartExtRequest.getExcelExportFlag()){
|
||||
Map<String,Object> sourceInfo = new HashMap<>();
|
||||
Map<String, Object> sourceInfo = ChartDataBuild.transTableNormal(xAxis, yAxis, view, data, extStack, desensitizationList);
|
||||
sourceInfo.put("sourceData",data);
|
||||
chartViewDTO.setData(sourceInfo);
|
||||
return chartViewDTO;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user