dify代理管理端
- 在 RoleMenuRepository 中添加 findByRoleId 方法,用于查询指定角色的菜单权限 -优化 RoleServiceImpl 中的 updateRole 方法: - 使用 selectyRole替代新建 Role 实例 - 增加对空菜单 ID 的检查 - 通过对比现有权限,仅插入不存在的菜单权限 - 这些修改减少了不必要的数据库操作,提高了系统性能 |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
compose.yaml | ||
LICENSE | ||
pom.xml | ||
README.md |
dify-proxy-backend
dify代理管理端