order
This commit is contained in:
@@ -16,11 +16,11 @@ class Welcome extends CI_Controller {
|
||||
//测试地址
|
||||
//$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue';
|
||||
|
||||
$name = '犷韵'; //客户姓名
|
||||
$mobile = '13950344372';//客户手机
|
||||
$name = '其实很不容易'; //客户姓名
|
||||
$mobile = '17326663918';//客户手机
|
||||
|
||||
$comments = '100958'; //门店编码
|
||||
$samobile = '17758949069';//销售手机
|
||||
$comments = '100231'; //门店编码
|
||||
$samobile = '18659197547';//销售手机
|
||||
|
||||
$city_id = '350200';
|
||||
$voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999));
|
||||
|
||||
@@ -103,6 +103,7 @@ class Stic extends Admin
|
||||
$gw_total = $this->groups_user_model->count($where);
|
||||
$where = [
|
||||
'activityId' => $this->a_id,
|
||||
"cfUserId in (SELECT userId FROM lc_market_sylive_groups_user WHERE activityId = {$this->a_id} and status = 0)" => null
|
||||
];
|
||||
$kgw_total = $this->mdSytActivityKpiData->count($where, "cfUserId");
|
||||
$h_lists[] = ['title' => '参与门店', 'num' => "{$biz_total}个"];
|
||||
|
||||
Reference in New Issue
Block a user