默认模块开启
This commit is contained in:
parent
94482d6eb8
commit
c916257e2e
@ -33,5 +33,6 @@ func (this *ModuleSys) GetType() core.M_Modules {
|
||||
}
|
||||
|
||||
func (this *ModuleSys) IsAccess(funcName string, userId string) (code pb.ErrorCode) {
|
||||
return this.modelSys.IsAccess(funcName, userId)
|
||||
// return this.modelSys.IsAccess(funcName, userId)
|
||||
return pb.ErrorCode_Success
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user