修复日常任务代码

This commit is contained in:
liwei 2023-07-20 18:13:01 +08:00
parent f05e0a84bb
commit c94d65af7b

View File

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