This commit is contained in:
hantmac
2019-12-02 11:14:15 +08:00
parent c0ed3c91af
commit f58c42c6be

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
}
}