作者 tangxvhui

正式合并mast

@@ -134,7 +134,6 @@ func GetUserPermission(userid int64, field string) (rbac.PermissionOptionObject, @@ -134,7 +134,6 @@ func GetUserPermission(userid int64, field string) (rbac.PermissionOptionObject,
134 if !ok { 134 if !ok {
135 return nil, errors.New("cannot get object") 135 return nil, errors.New("cannot get object")
136 } 136 }
137 - log.Info("Redis DATA===>%s", str)  
138 permissionObj = fn() 137 permissionObj = fn()
139 err = json.Unmarshal([]byte(str), &permissionObj) 138 err = json.Unmarshal([]byte(str), &permissionObj)
140 return permissionObj, err 139 return permissionObj, err