lvhao 1 天之前
父節點
當前提交
3821a6fa02
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;