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