Browse Source

fix:文章

super-yimizi 1 month ago
parent
commit
1ca3bf43d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/content/Article.php

+ 1 - 1
application/common/model/content/Article.php

@@ -59,7 +59,7 @@ class Article extends Model
     public static function getArticleInfo($id = 0)
     public static function getArticleInfo($id = 0)
     {
     {
         $categoryInfo = self::where('id', $id)
         $categoryInfo = self::where('id', $id)
-        ->field('id,category_id,title,synopsis,author,image,sort,content')
+        ->field('id,category_id,title,synopsis,author,image,sort,content,is_show_bottom')
         ->find();
         ->find();
         return $categoryInfo;
         return $categoryInfo;
     }
     }