Commit d934dc84 authored by clone's avatar clone

user_id

parent cb9de605
...@@ -116,6 +116,7 @@ class CallPhoneService ...@@ -116,6 +116,7 @@ class CallPhoneService
return $result; return $result;
} }
if ($user_id) {
$clientService = new UserLogService(); $clientService = new UserLogService();
$is_outpace_call_num = $clientService->userDetailIsOutpaceCallNum5($user_id); $is_outpace_call_num = $clientService->userDetailIsOutpaceCallNum5($user_id);
if ($is_outpace_call_num) { if ($is_outpace_call_num) {
...@@ -125,6 +126,7 @@ class CallPhoneService ...@@ -125,6 +126,7 @@ class CallPhoneService
return $result; return $result;
} }
} }
}
$this->phone_a = $phone_a;//经纪人手机号 $this->phone_a = $phone_a;//经纪人手机号
$this->phone_b = $phone_b;//客户手机号 $this->phone_b = $phone_b;//客户手机号
......
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