@@ -38,7 +38,7 @@ class Index extends Api
$keyword = input('keyword', '', 'trim'); //关键字
$where['signupendtime'] = ['gt', time()];
- $where['status'] = 0;
+ $where['status'] = ['neq', 3];
if ($type) {
$where['type'] = $type;
}