牟新芬 4 years ago
parent
commit
05b7b35b20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/auti/ArticleController.php

+ 1 - 1
app/api/controller/auti/ArticleController.php

@@ -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);