bug--同步之前修改的获取用户报错和用户中心搜索报错

This commit is contained in:
taozi
2020-06-28 10:39:53 +08:00
parent 023811347f
commit 2734473c56
3 changed files with 19 additions and 10 deletions

View File

@ -150,7 +150,7 @@ public class OnlineUserService {
for (OnlineUser user : all) {
Map<String,Object> map = new LinkedHashMap<>();
map.put("用户名", user.getUserName());
map.put("岗位", user.getJob());
map.put("用户昵称", user.getNickName());
map.put("登录IP", user.getIp());
map.put("登录地点", user.getAddress());
map.put("浏览器", user.getBrowser());