Compare commits

...

2 Commits

Author SHA1 Message Date
bx1834938347-prog
e8942b1433 Merge branch 'wwq' into dev 2026-02-25 13:46:34 +08:00
bx1834938347-prog
e172fc7c14 Update cron.go 2026-02-25 13:46:27 +08:00

View File

@ -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 {