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