mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
优化头像上传
This commit is contained in:
@@ -47,4 +47,6 @@ public interface UserService extends IService<User> {
|
||||
Long yesterdayCount();
|
||||
|
||||
Map<Integer, List<Integer>> getDepIdsGroup(List<Integer> userIds);
|
||||
|
||||
void changeAvatar(Integer userId, String avatar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user