@@ -78,7 +78,7 @@ class ArticleController extends BaseController
'join' => [
['LEFT JOIN', ArticleCategory::tableName() . ' AS C', 'A.CID = C.ID'],
],
- 'orderBy' => 'A.CREATED_AT DESC',
+ 'orderBy' => 'A.SORT DESC, A.CREATED_AT DESC',
'useSlaves' => true,
]);