删除废弃接口调用

This commit is contained in:
wh_zcy 2023-05-31 15:07:23 +08:00
parent 4e70b9204a
commit e5ba3481c4

View File

@ -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 {
}
}
// }
// }
}
// 任务条件校验