diff --git a/home/controllers/Welcome.php b/home/controllers/Welcome.php index 36546923..6a8b5852 100644 --- a/home/controllers/Welcome.php +++ b/home/controllers/Welcome.php @@ -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)); diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index b8b92a87..ec15d271 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -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}个"];