Commit 81356e75 authored by hezhen's avatar hezhen

Merge branch 'master_activity' into dev

parents b6131c24 760e1548
......@@ -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