Nyanpass

Results 3 comments of Nyanpass

同问,还有一些数据在上面

Thank you very much for your response. I implemented the query using the method below ```javascript const tableName = config.get('permissions.permissionsConfig.tables.modelRoles') query .join(tableName, (join) => { join .on('users.id', '=', `${tableName}.model_id`) .andOnVal(`${tableName}.model_type`,...

However, permissions are a bit complex because they are divided into inherited permissions and direct permissions. I would greatly appreciate any helpful methods related to this. > yes that will...