lvhao 10 hours ago
parent
commit
58a661fcb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Color.php

+ 1 - 1
core/CoreApp/controllers/Color.php

@@ -107,7 +107,7 @@ class Color extends Start_Controller {
                 $where  .= " and lowe like '%$lowe%'";
             }
 			//数据排序
-            $order_str = "id desc";
+            $order_str = "edittime desc";
             if(empty($page))
 		    {
                 $start = 0;