Go to file
dxfeng 4cb3919e70 refactor(backend): 优化部门查询逻辑
- 注释掉 ManagerPortalMapper.xml 中的部门 ID 查询条件
- 修改 getPerformanceInfo 查询中的字段名
- 优化 ManagerPortalServiceImpl 中的部门查询逻辑  - 增加对部门 ID 的非空判断
  - 查询所属部门及其子部门 - 两个 set 取交集以获取最终的部门列表 - 如果没有找到相关部门,则返回 -1L
- 在返回结果中添加当前页码和页面大小信息
2025-07-16 21:20:12 +08:00
src/main refactor(backend): 优化部门查询逻辑 2025-07-16 21:20:12 +08:00
.gitignore Initial commit 2025-07-07 10:42:49 +08:00
secondev-chapanda-portal.gradle 领导驾驶舱 2025-07-08 21:02:25 +08:00