Commit 762ca9e1 authored by xiaoguang.xu's avatar xiaoguang.xu

删除无用代码.

parent dc8fdd95
...@@ -447,7 +447,6 @@ public class UserController implements IBaseController { ...@@ -447,7 +447,6 @@ public class UserController implements IBaseController {
@RequestMapping("/center/index") @RequestMapping("/center/index")
@ApiOperation(value = "用户中心首页", notes = "用户中心首页显示头像, 昵称, 姓名", httpMethod = "POST") @ApiOperation(value = "用户中心首页", notes = "用户中心首页显示头像, 昵称, 姓名", httpMethod = "POST")
public JsonResult userCenterIndex() { public JsonResult userCenterIndex() {
String phoneNo = getCurrentUserFromRedis().getPhoneNo();
Long userId = getCurrentUserFromRedis().getId(); Long userId = getCurrentUserFromRedis().getId();
UserAttached userAttached = userCenterService.searchUserAttachedByUserId(userId); UserAttached userAttached = userCenterService.searchUserAttachedByUserId(userId);
Map<String, String> result = new HashMap<>(); Map<String, String> result = new HashMap<>();
......
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