Commit f4da158b authored by hujun's avatar hujun

0

parent 6458ed7a
...@@ -438,7 +438,7 @@ class CallPhoneService ...@@ -438,7 +438,7 @@ class CallPhoneService
$content = '拨打电话,未打跟进。'; $content = '拨打电话,未打跟进。';
if ($is_Client) { if ($is_Client) {
$follow = new UPhoneFollowPp(); $follow = new UPhoneFollowPp();
$id = $follow->insertDefaultFollow($this->agent_id, $this->user_id, $content, 3, $this->city); $id = $follow->insertDefaultFollow($this->agent_id, $this->user_id, $content, 0, $this->city);
} else { } else {
$follow = new GHousesFollowUp(); $follow = new GHousesFollowUp();
$id = $follow->insertDefaultFollow($this->agent_id, $house_id, $content, $this->city, $this->phone_b, $this->phone_a, $this->agent_name); $id = $follow->insertDefaultFollow($this->agent_id, $house_id, $content, $this->city, $this->phone_b, $this->phone_a, $this->agent_name);
......
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