This commit is contained in:
xiaoyu
2023-06-10 15:46:57 +08:00
parent b75e0f2232
commit 30b3321bcc
+1 -1
View File
@@ -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){