默认模块开启

This commit is contained in:
wh_zcy 2022-11-24 17:07:51 +08:00
parent 94482d6eb8
commit c916257e2e

View File

@ -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
}