Compare commits
No commits in common. "e8942b1433a12b67546febc9255a5a30ac296b07" and "a7c7e8216411331b388f1244917545c54b485613" have entirely different histories.
e8942b1433
...
a7c7e82164
@ -131,7 +131,7 @@ func ExportExcelExecutionResult(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
titleList := []string{
|
titleList := []string{
|
||||||
"开始时间", "任务标题", "艺人编号", "艺人姓名", "内容类型", "内容标题", "执行结果", "原因", "TIKTOK", "YOUTUBE", "INS", "DM", "BULESKY",
|
"任务标题", "艺人编号", "艺人姓名", "内容类型", "内容标题", "执行结果", "原因", "TIKTOK", "YOUTUBE", "INS", "DM", "BULESKY",
|
||||||
}
|
}
|
||||||
var dataList []interface{}
|
var dataList []interface{}
|
||||||
for _, task := range res.Data {
|
for _, task := range res.Data {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user