|
|
|
@@ -2210,7 +2210,7 @@ func DownloadMultiResultFile(ctx *context.Context) { |
|
|
|
//count++ |
|
|
|
// models.ModifyModelDownloadCount(id) |
|
|
|
|
|
|
|
returnFileName := task.JobName + ".zip" |
|
|
|
returnFileName := task.DisplayJobName + ".zip" |
|
|
|
ctx.Resp.Header().Set("Content-Disposition", "attachment; filename="+returnFileName) |
|
|
|
ctx.Resp.Header().Set("Content-Type", "application/octet-stream") |
|
|
|
w := zip.NewWriter(ctx.Resp) |
|
|
|
|