mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-15 15:13:43 +08:00
feat:
1.前后端交互改版 2.艾特成员功能 3.用户名片卡功能
This commit is contained in:
@@ -45,7 +45,7 @@ public class ItemReceiveListener {
|
||||
User user = userDao.getById(userBackpack.getUid());
|
||||
if (Objects.isNull(user.getItemId())) {
|
||||
userDao.wearingBadge(userBackpack.getUid(), userBackpack.getItemId());
|
||||
userCache.delUserInfo(userBackpack.getUid());
|
||||
userCache.userInfoChange(userBackpack.getUid());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user