Compare commits
No commits in common. "a7c7e8216411331b388f1244917545c54b485613" and "44281c9080da73388dca951aceaf0e8c373999da" have entirely different histories.
a7c7e82164
...
44281c9080
@ -136,7 +136,6 @@ func ExportExcelExecutionResult(c *gin.Context) {
|
|||||||
var dataList []interface{}
|
var dataList []interface{}
|
||||||
for _, task := range res.Data {
|
for _, task := range res.Data {
|
||||||
data := []interface{}{
|
data := []interface{}{
|
||||||
task.StartTime,
|
|
||||||
task.TaskTitle,
|
task.TaskTitle,
|
||||||
idFindSubName[uint64(task.ArtistId)],
|
idFindSubName[uint64(task.ArtistId)],
|
||||||
task.ArtistName,
|
task.ArtistName,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user