fixed
This commit is contained in:
@@ -227,7 +227,7 @@ class Licheb extends HD_Controller
|
||||
$visit_count = $this->mdCustomerVisitData->count_visit($where_v);
|
||||
|
||||
if ($visit_count) {//发送短信
|
||||
b2m_send_sms($value['mobile'], '【理车宝】您好,今天共有 '.$visit_count.' 个客户需要回访,线索来之不易,请及时跟进~');
|
||||
b2m_send_sms($value['mobile'], '【理车宝】您好,今天共有 '.$visit_count.' 个客户需要回访,客户线索来之不易,请及时跟进~');
|
||||
$log[] = array('id' => $id, 'mobile' => $value['mobile'], 'count' => $visit_count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user