dify代理管理端
Go to file
zhuangtianxiang 36e21c6cfe refactor(system): 优化角色权限更新逻辑
- 在 RoleMenuRepository 中添加 findByRoleId 方法,用于查询指定角色的菜单权限
-优化 RoleServiceImpl 中的 updateRole 方法:
  - 使用 selectyRole替代新建 Role 实例 - 增加对空菜单 ID 的检查
  - 通过对比现有权限,仅插入不存在的菜单权限
- 这些修改减少了不必要的数据库操作,提高了系统性能
2025-05-09 22:04:49 +08:00
src refactor(system): 优化角色权限更新逻辑 2025-05-09 22:04:49 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml perf(connection): 优化数据库连接池配置并升级 Dify 相关依赖 2025-05-06 01:47:11 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端