mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
学员列表返回学员所属部门
This commit is contained in:
@@ -8,6 +8,7 @@ import xyz.playedu.api.types.paginate.PaginationResult;
|
||||
import xyz.playedu.api.types.paginate.UserPaginateFilter;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
@@ -44,4 +45,6 @@ public interface UserService extends IService<User> {
|
||||
Long todayCount();
|
||||
|
||||
Long yesterdayCount();
|
||||
|
||||
Map<Integer, List<Integer>> getDepIdsGroup(List<Integer> userIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user