Commit 4f776f11 authored by brent's avatar brent

modify

parent 34c374bc
...@@ -2375,6 +2375,8 @@ func initTypeInRedis() []models.TaskHeat { ...@@ -2375,6 +2375,8 @@ func initTypeInRedis() []models.TaskHeat {
Kind: dbType.Kind, Kind: dbType.Kind,
FileExpiresTime: strconv.Itoa(dbType.ResultFileExpires), FileExpiresTime: strconv.Itoa(dbType.ResultFileExpires),
OutPutJson: output, OutPutJson: output,
AccessStatus: dbType.AccessStatus,
PublishStatus: dbType.PublishStatus,
} }
response = append(response, retask) response = append(response, retask)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment