注释任务更新条件

This commit is contained in:
wh_zcy 2022-09-15 20:57:49 +08:00
parent 2320b9a280
commit 8bf8349349

View File

@ -199,10 +199,10 @@ func (this *ModuleRtask) SendToRtask(session comm.IUserSession, rtaskType comm.T
continue continue
} else { } else {
//数据记录方式是1 //数据记录方式是1
if v.cfg.Datatype == 1 || // if v.cfg.Datatype == 1 ||
v.cfg.Datatype == 2 && this.ModuleSys.IsAccess("task", user.Lv) { // v.cfg.Datatype == 2 && this.ModuleSys.IsAccess("task", user.Lv) {
condi = v condi = v
} // }
break break
} }
} }