优化
This commit is contained in:
@ -124,4 +124,10 @@ public interface UserService {
|
||||
*/
|
||||
Map<Long, String> selectPostNamesByIds(List<Long> postIds);
|
||||
|
||||
|
||||
/**
|
||||
* 通过用户id查询头像
|
||||
*/
|
||||
String selectAvatarById(Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user