优化功能开启刷新任务机制
This commit is contained in:
parent
b00c3f525e
commit
09a60face8
@ -169,6 +169,10 @@ func (this *WTask) OpenCmdNotice(session comm.IUserSession, keys ...string) {
|
||||
break
|
||||
}
|
||||
}
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
|
||||
if user, err = this.ModuleUser.GetUser(session.GetUserId()); err != nil {
|
||||
this.Error("获取用户信息失败!", log.Field{Key: "uid", Value: session.GetUserId()})
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user