牟新芬 4 năm trước cách đây
mục cha
commit
05b7b35b20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);