对齐 boot 与 cloud 的代码

This commit is contained in:
YunaiV
2023-07-27 13:59:29 +08:00
parent 859cf74a6c
commit 5d6308e4bb
7 changed files with 17 additions and 14 deletions

View File

@ -44,7 +44,7 @@ public interface AdminUserApi {
* @param postIds 岗位数组
* @return 用户数组
*/
List<AdminUserRespDTO> getUsersByPostIds(Collection<Long> postIds);
List<AdminUserRespDTO> getUserListByPostIds(Collection<Long> postIds);
/**
* 获得用户 Map