Compare commits

..

No commits in common. "2680b8826e6fd3ed69cd627904c258ec70693944" and "10389625bf23c612c49bb9313d9710cfe3307892" have entirely different histories.

View File

@ -136,7 +136,6 @@ func ExportExcelExecutionResult(c *gin.Context) {
var dataList []interface{}
for _, task := range res.Data {
data := []interface{}{
task.StartTime,
task.TaskTitle,
idFindSubName[uint64(task.ArtistId)],
task.ArtistName,