|
@@ -13,7 +13,7 @@ class ArticleController
|
|
$where = UtilService::getMore([
|
|
$where = UtilService::getMore([
|
|
[['page', 'd'], 1],
|
|
[['page', 'd'], 1],
|
|
[['limit', 'd'], 15],
|
|
[['limit', 'd'], 15],
|
|
- ['is_show', 0]
|
|
+ ['is_show', '']
|
|
], $request);
|
|
], $request);
|
|
$list = ArticleModel::systemPage($where);
|
|
$list = ArticleModel::systemPage($where);
|
|
return app('json')->successful($list);
|
|
return app('json')->successful($list);
|