Commit 760e1548 authored by hezhen's avatar hezhen

123

parent caba9a2a
...@@ -81,6 +81,7 @@ public class UserBiz extends BaseBiz<UserMapper, User> { ...@@ -81,6 +81,7 @@ public class UserBiz extends BaseBiz<UserMapper, User> {
userId=uses.get(0).getId(); userId=uses.get(0).getId();
user.setId(userId); user.setId(userId);
}else { }else {
user.setId(null);
Long time=System.currentTimeMillis()/1000L; Long time=System.currentTimeMillis()/1000L;
user.setWeId(weId); user.setWeId(weId);
user.setRId(rId); user.setRId(rId);
......
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