1
This commit is contained in:
@@ -460,11 +460,11 @@ class Syt extends CI_Controller
|
||||
$size = $this->input->get('size');
|
||||
!$page && $page = 1;
|
||||
!$size && $size = 20;
|
||||
$activityId = 6;
|
||||
$time_start = strtotime('2022-12-16 00:00:00');
|
||||
$activityId = 35;
|
||||
$time_start = strtotime('2024-10-04 00:00:00');
|
||||
$where = [
|
||||
'activityId' => $activityId,
|
||||
'kpi' => 'order',
|
||||
'kpi' => 'beforeOrder',
|
||||
'createTime<' => $time_start
|
||||
];
|
||||
$rows = $this->mdSytActivityKpiData->select($where,'id desc',$page,$size,'id,activityId,cfUserId');
|
||||
|
||||
@@ -73,8 +73,8 @@ class Welcome extends CI_Controller {
|
||||
|
||||
public function add_clues()
|
||||
{
|
||||
$mobiles = array('15523069505','15173887203','15720792772','18376424531','15805179750','18934519601','18985641672','18302593534','15934661289','15062296662','19942060220','15074919825','13712808100','15515300066','18385193755','18186004540','19930002331','18107196058','18207116030','15751141973','18075341048','17705434636','15152741008','15025431448','13914519084','13545194393','13810169935','18637989122','13509494690','18737144796');
|
||||
$dealerCode = '100619';
|
||||
$mobiles = array('13866790072','13720239200','18907194081','13163118145','15014140367','17670518115','15371113565','13995687107','15347175777','15588309035','15197879915','17561549261','15684548756','13963168469','15065198628','18389173251','18389108897','13863881516','13627232002','18771921959','15954038866','18037989222','18921455430','15251393701','18788042755','13255673535','18898787107','18802777062','13326244206','15239413968');
|
||||
$dealerCode = '100481';
|
||||
|
||||
foreach ($mobiles as $k => $v) {
|
||||
$city_id = '350200';
|
||||
@@ -82,7 +82,7 @@ class Welcome extends CI_Controller {
|
||||
|
||||
$data[] = array(
|
||||
'voId' => $voId,
|
||||
'cusSource3' => '020103',//'023409',//023410:云店营销节点
|
||||
'cusSource3' => '020103',//'023409'区域云店,//023410:云店营销节点 //020103太平洋
|
||||
'customerName' => '客户',
|
||||
'dealerCode' => $dealerCode,
|
||||
'fromSystem' => "好店云",
|
||||
|
||||
Reference in New Issue
Block a user