Browse Source

Merge branch 'BI_Dashboard' into dm

zwxi 6 months ago
parent
commit
099f9747ab

+ 1 - 0
controllers/data_manage/excel/excel_info.go

@@ -1675,6 +1675,7 @@ func (c *ExcelInfoController) GetExcelTableData() {
 		SourcesFrom:   excelInfo.SourcesFrom,
 		ExcelSource:   excelSource,
 		ExcelSourceEn: excelSourceEn,
+		ExcelInfoId:   excelInfo.ExcelInfoId,
 	}
 	br.Ret = 200
 	br.Success = true

+ 1 - 0
models/data_manage/excel/response/excel_info.go

@@ -31,6 +31,7 @@ type ExcelTableDetailResp struct {
 	SourcesFrom   string `description:"图表来源"`
 	ExcelSource   string `description:"表格来源str"`
 	ExcelSourceEn string `description:"表格来源(英文)"`
+	ExcelInfoId   int    `description:"表id"`
 }
 
 // ExcelTableDetailConfigResp