Commit ddc69ae4 authored by hujun's avatar hujun

拨打电话默认跟进

parent 2f24b0ca
...@@ -112,11 +112,7 @@ class CallPhoneService ...@@ -112,11 +112,7 @@ class CallPhoneService
$this->agent_name = $agent_name; $this->agent_name = $agent_name;
try { try {
$result['follow_id'] = 0; $result['follow_id'] = 0;
if ($landlord) { if (!$landlord) {
if ($house_id) {
$this->recordCallRedis($agent_id, $house_id, $this->phone_a, $this->phone_b, 2);
}
} else {
$this->recordCallRedis($agent_id, $user_id, $this->phone_a, $this->phone_b); $this->recordCallRedis($agent_id, $user_id, $this->phone_a, $this->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