Commit 760e1548 authored by hezhen's avatar hezhen

123

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