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