增加平安外呼系统
This commit is contained in:
@@ -206,4 +206,4 @@ class CallBack extends CI_Controller
|
||||
debug_log("post: " . json_encode($post, JSON_UNESCAPED_UNICODE), $logPath, $this->logDir);
|
||||
echo '333';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1106,7 +1106,7 @@ class Customers extends Wxapp
|
||||
$customer_id = $this->customers_model->add($addData);
|
||||
if ($customer_id) {
|
||||
//初始门店更改-1,理车宝过滤
|
||||
$this->customers_model->update(['cs_biz_id' => -1], ["id" => $id]);
|
||||
// $this->customers_model->update(['cs_biz_id' => -1], ["id" => $id]);
|
||||
//删除未回访计划
|
||||
$this->mdCustomerVisitData->delete(['c_id' => $id, 'biz_id' => $re['biz_id'], 'status<>' => 2, 't_day >=' => date('Y-m-d')]);
|
||||
//同步客户标签
|
||||
|
||||
Reference in New Issue
Block a user