修复日常任务代码
This commit is contained in:
parent
f05e0a84bb
commit
c94d65af7b
@ -101,7 +101,7 @@ func (this *configureComp) getAnnulartaskLibrary(ulv, group int32) (results *cfg
|
||||
this.lock.RLock()
|
||||
tasks, ok = this.groupTasks[group]
|
||||
this.lock.RUnlock()
|
||||
if ok {
|
||||
if !ok {
|
||||
err = fmt.Errorf("no found group:%d", group)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user