删除废弃接口调用
This commit is contained in:
parent
4e70b9204a
commit
e5ba3481c4
@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
// 任务条件校验
|
||||
|
Loading…
Reference in New Issue
Block a user