This commit is contained in:
xiaoyu
2024-01-19 12:22:09 +08:00
parent 1363c8581d
commit 33f52840a3
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -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}"];