Commit 4fa52c90 authored by xuepeng.chang's avatar xuepeng.chang

advart 刷新

parent c8c57c64
...@@ -346,9 +346,8 @@ public class UserCenterController implements IBaseController { ...@@ -346,9 +346,8 @@ public class UserCenterController implements IBaseController {
} }
UserInfoEntity userInfoEntity = allUserInfo.get(allUserInfo.size() - 1); UserInfoEntity userInfoEntity = allUserInfo.get(allUserInfo.size() - 1);
log.info("refeshAvatar.执行完的最大的id是:{},执行时间是:{}",userInfoEntity.getId(),System.currentTimeMillis()-l); log.info("refeshAvatar.执行完的最大的id是:{},执行时间是:{}",userInfoEntity.getId(),System.currentTimeMillis()-l);
id=userInfoEntity.getId();
allUserInfo=new ArrayList<>(); allUserInfo = userInfoRepository.getAllUserInfo(id);
// allUserInfo = userInfoRepository.getAllUserInfo(id);
} }
return JsonResult.buildSuccessResult("刷新成功", null); return JsonResult.buildSuccessResult("刷新成功", null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment