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