feat(用户身份状态管理): 成员移出组织/项目,原指派给这个成员的工作项/其他该怎么显示

用户移出组织时,用户列表不删除该用户而是将用户状态更新为已离职
This commit is contained in:
OTTO 2024-09-29 11:01:54 +08:00
parent 1232eaaec8
commit e3cda41b04
1 changed files with 3 additions and 4 deletions

View File

@ -82,10 +82,9 @@ public class SysUserDeptRoleServiceImpl implements ISysUserDeptRoleService {
/**
* 查询用户与部门及部门内角色关联列表
*
* @param deptId 用户与部门及部门内角色关联
* @param userName
* @param deptId
* @param roleId
* @param userName 用户名
* @param deptId 组织Id
* @param roleId 角色Id
* @return 用户与部门及部门内角色关联
*/
@Override