注释任务更新条件
This commit is contained in:
parent
2320b9a280
commit
8bf8349349
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user