!263 fix: 补充 selectUserNicksByIds 方法缺失的 @Override 注解

* fix: 补充 selectUserNicksByIds 方法缺失的 @Override 注解
This commit is contained in:
老衲
2026-04-13 09:07:46 +00:00
committed by 疯狂的狮子Li
parent 73c7d331fb
commit 93adb1080a

View File

@@ -404,6 +404,7 @@ public class RemoteUserServiceImpl implements RemoteUserService {
* @param userIds 用户 ID 列表
* @return Map其中 key 为用户 IDvalue 为对应的用户昵称
*/
@Override
public Map<Long, String> selectUserNicksByIds(List<Long> userIds) {
if (CollUtil.isEmpty(userIds)) {
return Collections.emptyMap();