完成主管员工绩效查询模块
This commit is contained in:
@ -20,6 +20,12 @@ public interface UserInfoMapper extends BaseMapper<UserInfo> {
|
||||
List<Long> findPathToRoot(Long userId);
|
||||
|
||||
|
||||
/**
|
||||
* 查询当前用户的所有下级用户(包括间接)
|
||||
*/
|
||||
List<Long> findAllSubUser(Long userId);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user