feat: 网关与auth微服务缓存打通

This commit is contained in:
2024-02-19 18:46:26 +08:00
parent 1ac0ec5313
commit 2176bf8bd7
3 changed files with 41 additions and 6 deletions

View File

@@ -74,4 +74,5 @@ public class AuthRolePermissionServiceImpl implements AuthRolePermissionService
return this.authRolePermissionDao.queryAllByLimit(authRolePermission);
}
}