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;