Compare commits
2 Commits
44281c9080
...
a7c7e82164
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7c7e82164 | ||
|
|
406d4ef54c |
@ -136,6 +136,7 @@ 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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user