From 8bf8349349f8a3430fbc1583e4c522e80ce88871 Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Thu, 15 Sep 2022 20:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BB=BB=E5=8A=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/rtask/module.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/rtask/module.go b/modules/rtask/module.go index 91127586e..5442e3b89 100644 --- a/modules/rtask/module.go +++ b/modules/rtask/module.go @@ -199,10 +199,10 @@ func (this *ModuleRtask) SendToRtask(session comm.IUserSession, rtaskType comm.T continue } else { //数据记录方式是1 - if v.cfg.Datatype == 1 || - v.cfg.Datatype == 2 && this.ModuleSys.IsAccess("task", user.Lv) { - condi = v - } + // if v.cfg.Datatype == 1 || + // v.cfg.Datatype == 2 && this.ModuleSys.IsAccess("task", user.Lv) { + condi = v + // } break } }