소스 검색

提交数据

lvhao 1 일 전
부모
커밋
55affc885f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Shop.php

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

@@ -52,7 +52,7 @@ class Shop extends Start_Controller {
 			$status = $this->input->post('status',true);
 			$where = "1=1 ";
             //数据排序
-            $order_str = "type asc,px asc";
+            $order_str = "id asc";
 			if($shopname)
             {
                 $where  .= " and shopname like '%$shopname%'";