增加平安外呼系统

This commit is contained in:
lcc
2025-08-08 14:07:29 +08:00
parent f2fa987b7b
commit 77e8748d2c
3 changed files with 133 additions and 2 deletions
+1 -1
View File
@@ -206,4 +206,4 @@ class CallBack extends CI_Controller
debug_log("post: " . json_encode($post, JSON_UNESCAPED_UNICODE), $logPath, $this->logDir);
echo '333';
}
}
}
+1 -1
View File
@@ -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')]);
//同步客户标签