牟新芬 3 năm trước cách đây
mục cha
commit
05b7b35b20

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

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