|
|
@@ -110,9 +110,9 @@ class Goodimglibrary extends Start_Controller {
|
|
|
$hairnumber = trim($hairnumber);
|
|
|
$this->db->like('g.features', $hairnumber);
|
|
|
}
|
|
|
-
|
|
|
- $this->db->order_by('g.id', 'asc');
|
|
|
$this->db->order_by('g.has_source', 'desc');
|
|
|
+ $this->db->order_by('g.id', 'asc');
|
|
|
+
|
|
|
|
|
|
|
|
|
// 分页 (limit, offset)
|