diff --git a/apps/home/model/ParserModel.php b/apps/home/model/ParserModel.php index 18c43e5..3f169bc 100644 --- a/apps/home/model/ParserModel.php +++ b/apps/home/model/ParserModel.php @@ -334,6 +334,7 @@ public function getList($scode, $num, $order, $filter = array(), $tags = array() 'a.scode', 'a.subscode', 'a.title', + 'a.subtitle', 'a.filename', 'a.outlink', 'a.date', @@ -982,4 +983,4 @@ public function delComment($id) ->where("id=$id") ->delete(); } -} \ No newline at end of file +}