mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
!263 fix: 补充 selectUserNicksByIds 方法缺失的 @Override 注解
* fix: 补充 selectUserNicksByIds 方法缺失的 @Override 注解
This commit is contained in:
@@ -404,6 +404,7 @@ public class RemoteUserServiceImpl implements RemoteUserService {
|
||||
* @param userIds 用户 ID 列表
|
||||
* @return Map,其中 key 为用户 ID,value 为对应的用户昵称
|
||||
*/
|
||||
@Override
|
||||
public Map<Long, String> selectUserNicksByIds(List<Long> userIds) {
|
||||
if (CollUtil.isEmpty(userIds)) {
|
||||
return Collections.emptyMap();
|
||||
|
||||
Reference in New Issue
Block a user