//获取登录用户信息
Object userInfo = opoUserService.fetchLinks(opoUserService.fetch(Cnd.where("uuid","=",user.getId())), "user");
SecurityUtils.getSubject().getSession(true).setAttribute("userInfo", userInfo);
添加回复
请先登陆