From e5ba3481c4e1b59b7e56c80595483297075bd10b Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Wed, 31 May 2023 15:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/rtask/module.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 { - } - } + // } + // } } // 任务条件校验