Commit a9ef85f3 authored by zw's avatar zw

c端排序先按独家再按时间排序

parent 5e3d459e
...@@ -176,7 +176,7 @@ class Shop extends Basic ...@@ -176,7 +176,7 @@ class Shop extends Basic
} }
} }
} }
$order_ = "status asc,id desc"; $order_ = "is_exclusive_type desc,id desc";
break; break;
default: default:
return $this->response("101", "请求数据异常"); return $this->response("101", "请求数据异常");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment