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

advart 刷新

parent c8c57c64
......@@ -346,9 +346,8 @@ public class UserCenterController implements IBaseController {
}
UserInfoEntity userInfoEntity = allUserInfo.get(allUserInfo.size() - 1);
log.info("refeshAvatar.执行完的最大的id是:{},执行时间是:{}",userInfoEntity.getId(),System.currentTimeMillis()-l);
allUserInfo=new ArrayList<>();
// allUserInfo = userInfoRepository.getAllUserInfo(id);
id=userInfoEntity.getId();
allUserInfo = userInfoRepository.getAllUserInfo(id);
}
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