|
@@ -37,7 +37,7 @@ class Index extends Api
|
|
|
$type = input('type', 0, 'intval'); //分类:1=休闲,2=中度
|
|
|
$keyword = input('keyword', '', 'trim'); //关键字
|
|
|
|
|
|
- $where['signupendtime'] = ['gt', time()];
|
|
|
+// $where['signupendtime'] = ['gt', time()];
|
|
|
$where['status'] = ['neq', 3];
|
|
|
if ($type) {
|
|
|
$where['type'] = $type;
|