diff --git a/controller/task.go b/controller/task.go index e94abaa..fce9e7f 100644 --- a/controller/task.go +++ b/controller/task.go @@ -24,7 +24,7 @@ func UpdateTaskBulk() { //imageModel := "midjourney" for { time.Sleep(time.Duration(15) * time.Second) - common.SysLog(" 任务进度轮询开始") + common.SysLog("任务进度轮询开始") ctx := context.TODO() allTasks := model.GetAllUnFinishSyncTasks(500) platformTask := make(map[constant.TaskPlatform][]*model.Task)