Commit 503ff148 authored by hezhen's avatar hezhen

123

parent 7bf449e9
...@@ -273,6 +273,8 @@ public class AppPermissionService { ...@@ -273,6 +273,8 @@ public class AppPermissionService {
if(parentId!=null&&parentId>0){ if(parentId!=null&&parentId>0){
relationBiz.bindRelation(userid,parentId,1); relationBiz.bindRelation(userid,parentId,1);
} }
//临时会员绑定
insertUserMemberByUserIdAndPhone(userid, username);
//参加新人活动 //参加新人活动
jionActivity(userid); jionActivity(userid);
//创建钱包 //创建钱包
......
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