Commit 77eebf4a authored by lee_mingzhu's avatar lee_mingzhu

允许修改用户经济和联系人信息以及地址

parent d378198a
......@@ -379,6 +379,7 @@ public class UserCenterController {
Timestamp now = new Timestamp(System.currentTimeMillis());
if(null == userExtInfo) {
userExtInfo = new UserExtInfo();
userExtInfo.setUserId(userId);
}
userExtInfo.setCreatedAt(now);
userExtInfo.setUpdateAt(now);
......
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