lvhao před 1 dnem
rodič
revize
3821a6fa02
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

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