Compare commits

..

No commits in common. "1548e2e66a7204f92ce59366c7a1ddb32da81749" and "2680b8826e6fd3ed69cd627904c258ec70693944" have entirely different histories.

View File

@ -131,7 +131,7 @@ func ExportExcelExecutionResult(c *gin.Context) {
}
titleList := []string{
"开始时间", "任务标题", "艺人编号", "艺人姓名", "内容类型", "内容标题", "执行结果", "原因", "TIKTOK", "YOUTUBE", "INS", "DM", "BULESKY",
"任务标题", "艺人编号", "艺人姓名", "内容类型", "内容标题", "执行结果", "原因", "TIKTOK", "YOUTUBE", "INS", "DM", "BULESKY",
}
var dataList []interface{}
for _, task := range res.Data {