Ver Fonte

提交数据

lvhao há 2 dias atrás
pai
commit
c4dbeebdfd
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = "id asc";
+            $order_str = "px asc";
 			if($shopname)
             {
                 $where  .= " and shopname like '%$shopname%'";