diff --git a/home/controllers/h5/market/sylive2/User.php b/home/controllers/h5/market/sylive2/User.php index b0505ab2..31558ba2 100644 --- a/home/controllers/h5/market/sylive2/User.php +++ b/home/controllers/h5/market/sylive2/User.php @@ -97,7 +97,7 @@ class User extends Admin 'userId' => $this->uid, 'status' => 0, 'type' => 1, - "activityId in (select activityId from lc_market_sylive_activity where timeEnd>'{$day}' and status=0)" => null + "activityId in (select activityId from lc_market_sylive_activity where timeEnd>'{$day}' and status > -1)" => null ]; $admin_lists = $this->groups_user_model->select($where,'groupsUserId desc',0,0,$filed); if($admin_lists){