Merge pull request #333 from hantmac/develop

Add return
This commit is contained in:
Marvin Zhang
2019-12-02 11:37:41 +08:00
committed by GitHub

View File

@@ -305,6 +305,7 @@ func ExecuteTask(id int) {
if flag, ok := LockList.Load(id); ok {
if flag.(bool) {
log.Debugf(GetWorkerPrefix(id) + "正在执行任务...")
return
}
}