@@ -48,6 +48,7 @@ class ProductController extends Controller
->where('status',1)
->where($map)
->orWhere($maps)
+ ->orderByDesc("sort")
->get();
$data = [];
foreach ($list as $v){
@@ -89,6 +90,7 @@ class ProductController extends Controller