Commit f970ec42 authored by hujun's avatar hujun

注释

parent 21633cfc
...@@ -114,7 +114,7 @@ class CallPhoneService ...@@ -114,7 +114,7 @@ class CallPhoneService
// } else { // } else {
// $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(客源) // $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(客源)
// } // }
$result['follow_id'] = 0;
return $result; return $result;
} }
...@@ -138,7 +138,7 @@ class CallPhoneService ...@@ -138,7 +138,7 @@ class CallPhoneService
// } else { // } else {
// $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(客源) // $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(客源)
// } // }
$result['follow_id'] = 0;
return $result; //绑定过了,返回隐号 return $result; //绑定过了,返回隐号
} }
...@@ -193,6 +193,7 @@ class CallPhoneService ...@@ -193,6 +193,7 @@ class CallPhoneService
// } else { // } else {
// $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(房源) // $result['follow_id'] = $this->addPhoneFollow(); //打默认跟进(房源)
// } // }
$result['follow_id'] = 0;
} }
Log::write(json_encode($result), $type); //记录日志 Log::write(json_encode($result), $type); //记录日志
......
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