mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 03:55:06 +08:00
CRM: 完善 code review 数据权限提到的问题,重新封装 CrmQueryWrapperUtils
This commit is contained in:
@ -6,7 +6,6 @@ import cn.iocoder.yudao.module.system.api.user.dto.AdminUserRespDTO;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* Admin 用户 API 接口
|
||||
@ -27,10 +26,10 @@ public interface AdminUserApi {
|
||||
/**
|
||||
* 通过用户 ID 查询用户下属
|
||||
*
|
||||
* @param id 用户编号
|
||||
* @return 用户下属用户编号列表
|
||||
* @param userId 用户编号
|
||||
* @return 用户下属用户列表
|
||||
*/
|
||||
Set<Long> getSubordinateIds(Long id);
|
||||
List<AdminUserRespDTO> getUserListBySubordinate(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户 ID 查询用户们
|
||||
|
Reference in New Issue
Block a user