This commit is contained in:
lin fan
2024-11-22 09:39:18 +08:00
parent 15db41dc90
commit 579b656dc7
+1 -2
View File
@@ -83,8 +83,7 @@ class Score_entity
} elseif ($sub_type == Receiver_score_config_model::TYPE_CLUE_ADD_GJ) { //跟进
$receiverCustomerOplogsModel = new Receiver_customer_oplogs_model();
$where = [
'uid' => $uid, 'type' => 0, 'cf_platform' => 'wxapp',
'c_time>=' => strtotime($day . ' 00:00:00'), 'c_time<=' => strtotime($day . ' 23:59:59')
'uid' => $uid, 'type' => 0, 'c_time>=' => strtotime($day . ' 00:00:00'), 'c_time<=' => strtotime($day . ' 23:59:59'), 'cf_platform' => 'wxapp', 'log like "跟进方式%"' => null
];
$rows = $receiverCustomerOplogsModel->select($where, '', 1, 1000, 'DISTINCT(customer_id)');
$desc = '跟进小记';