Explorar o código

Merge branch 'master' of https://git.sxidc.com/go-framework/baize

yjp hai 7 meses
pai
achega
1fe02f0a79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      convenient/domain/task_runner/task_runner.go

+ 1 - 1
convenient/domain/task_runner/task_runner.go

@@ -313,7 +313,7 @@ func runTask(taskEntity *task.Entity, runner Runner, dbSchema string, dbExecutor
 		return
 	}
 
-	if stopped {
+	if !stopped {
 		return
 	}