diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index 083eef99..9544cf6d 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -415,6 +415,7 @@ class Stic extends Admin } else { $where['cfUserId'] = $this->uid; } + if ($params['kpi'] == 'order' && $params['itemId']) { $where["tagId in (select id from lc_market_sylive_order where itemId={$params['itemId']} and activityId={$this->a_id})"] = null; } @@ -493,7 +494,7 @@ class Stic extends Admin $lists[] = [ 'nickname' => $item['name'], 'headimg' => $item['headimg'], - 'time' => $item['num'] + 'cf_uname' => $item['num'] ]; } } diff --git a/home/views/h5/market/sylive2/stic/users.php b/home/views/h5/market/sylive2/stic/users.php index 10f4a9cb..a82510bf 100644 --- a/home/views/h5/market/sylive2/stic/users.php +++ b/home/views/h5/market/sylive2/stic/users.php @@ -37,9 +37,7 @@