修改登录时初始化
This commit is contained in:
parent
0636ab4e19
commit
90a954c781
@ -134,11 +134,12 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod
|
||||
} else {
|
||||
rsp.Ex = expand
|
||||
}
|
||||
|
||||
// if this.module.ModuleSys.IsAccess("", user.Lv) {
|
||||
this.module.ModuleRtask.InitCondiData(user.Uid)
|
||||
// }
|
||||
}
|
||||
|
||||
// if this.module.ModuleSys.IsAccess("", user.Lv) {
|
||||
this.module.ModuleRtask.InitCondiData(user.Uid)
|
||||
// }
|
||||
|
||||
mail := &pb.DBMailData{
|
||||
ObjId: primitive.NewObjectID().Hex(),
|
||||
Uid: user.Uid,
|
||||
|
Loading…
Reference in New Issue
Block a user