mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
优化管理员列表apic
This commit is contained in:
@@ -8,6 +8,7 @@ import xyz.playedu.api.types.paginate.AdminUserPaginateFilter;
|
||||
import xyz.playedu.api.types.paginate.PaginationResult;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
@@ -44,4 +45,6 @@ public interface AdminUserService extends IService<AdminUser> {
|
||||
List<AdminUser> chunks(List<Integer> ids);
|
||||
|
||||
Long total();
|
||||
|
||||
Map<Integer, List<Integer>> getAdminUserRoleIds(List<Integer> userIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user