Commit fa4b52d6 authored by zhuwei's avatar zhuwei

登录

parent 788e3292
...@@ -122,6 +122,9 @@ class RegisterService ...@@ -122,6 +122,9 @@ class RegisterService
$referrer_source, $last_login_ip, $other_pic, $registration_time, $first_login_time,$site_id); $referrer_source, $last_login_ip, $other_pic, $registration_time, $first_login_time,$site_id);
//保存数据 //保存数据
if(isset($userArr['id']) && !empty($userArr['id'])){
unset($userArr['site_ids']);
}
$id = $this->userModel->saveUser($userArr); $id = $this->userModel->saveUser($userArr);
//给用户添加客方 //给用户添加客方
......
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