Commit 5e04066c by 段启岩

用户信息修改接口修复

parent 0d18f7bb
...@@ -66,7 +66,7 @@ public class UserApi { ...@@ -66,7 +66,7 @@ public class UserApi {
BeanUtils.copyProperties(userBaseinfoFrom, user); BeanUtils.copyProperties(userBaseinfoFrom, user);
// 修改基本信息 // 修改基本信息
user.setUserId(user.getUserId()); user.setUserId((String) subject.getId());
userService.alterBaseInfo(user); userService.alterBaseInfo(user);
return Response.success(); return Response.success();
} }
......
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