lvhao 5 godzin temu
rodzic
commit
66b02d55ce
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Outerrors.php

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

@@ -69,7 +69,7 @@ class Outerrors extends  Start_Controller{
                 
             }
             //数据排序
-            $order_str = " id desc";
+            $order_str = "order_status asc, id desc";
             if(empty($page))
 		    {
                 $start = 0;