diff --git a/modules/rtask/module.go b/modules/rtask/module.go index 321d3beac..a6d7804d7 100644 --- a/modules/rtask/module.go +++ b/modules/rtask/module.go @@ -394,15 +394,15 @@ func (this *ModuleRtask) processTasks(session comm.IUserSession, taskParams ...* } } // 通知公会任务模块 - sociatyModule, err := this.service.GetModule(comm.ModuleSociaty) - if err != nil { - return - } - if sociaty, ok := sociatyModule.(comm.ISociaty); ok { - if err2 := sociaty.TaskcondNotify(uid, condIdsForNotify); err2 != nil { + // sociatyModule, err := this.service.GetModule(comm.ModuleSociaty) + // if err != nil { + // return + // } + // if sociaty, ok := sociatyModule.(comm.ISociaty); ok { + // if err2 := sociaty.TaskcondNotify(uid, condIdsForNotify); err2 != nil { - } - } + // } + // } } // 任务条件校验