Open
Conversation
added 2 commits
March 12, 2026 11:47
在用户管理页面添加导出选中用户的功能,支持通过勾选用户后导出指定用户数据。修改包括前端导出参数传递、后端实体类添加userIds字段及MyBatis查询条件。
Author
|
feat(用户管理): 添加导出选中用户功能 在用户管理页面添加导出选中用户的功能,支持通过勾选用户后导出指定用户数据。修改包括前端导出参数传递、后端实体类添加userIds字段及MyBatis查询条件。 |
added 5 commits
March 12, 2026 16:37
实现岗位信息的变更历史记录与回滚功能,包括: 1. 新增岗位变更历史表及相关API接口 2. 在岗位增删改操作时自动记录变更历史 3. 提供历史版本对比和回滚功能 4. 前端添加历史查看按钮和页面
新增角色和部门筛选功能,支持导出和排序 添加会话时长显示和模糊搜索功能 完善用户在线信息展示和筛选逻辑
- 新增公告定时发布功能,支持设置发布时间和结束时间 - 添加公告发布状态管理,包括待发布、正常、已过期和关闭状态 - 实现公告手动发布和撤回功能 - 添加定时任务自动处理待发布和已过期公告 - 扩展公告表结构,添加发布时间和结束时间字段 - 新增公告状态字典类型和数据
添加角色权限复制功能,支持将一个角色的菜单权限和数据权限复制到另一个角色。包括: 1. 前端添加复制权限对话框和操作按钮 2. 后端实现权限复制逻辑 3. 新增相关API接口和数据库查询方法 4. 在角色实体类中添加复制权限相关字段
1、在角色管理页面修复导出选中角色的功能,支持通过角色ID列表筛选数据。 2、修改包括前端导出参数传递、后端Mapper查询条件及角色实体类新增roleIds字段。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.