This commit is contained in:
xiaoyu
2024-12-21 10:44:26 +08:00
parent 84989dbaed
commit 67e703a78e
+1 -1
View File
@@ -1054,7 +1054,7 @@ class Clues extends HD_Controller
$total = $this->clues_cfrom_model->count($where);
$map = array();
if ($total) {
$orderby = 'id desc';
$orderby = 'sort desc';
$select = 'id, title';
$rows = $this->clues_cfrom_model->select($where, $orderby, 0, 0, $select);
foreach ($rows as $v) {