bug--同步之前修改的获取用户报错和用户中心搜索报错
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user