shish 3 سال پیش
والد
کامیت
0cc0be8572
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      biz-hd/goods/services/GoodsCategoryService.php

+ 1 - 1
biz-hd/goods/services/GoodsCategoryService.php

@@ -16,7 +16,7 @@ class GoodsCategoryService extends BaseService
     //查询一个分类下的商品,有分页 ssh 2019.12.2
     public static function getGoodsList($where)
     {
-        $data = GoodsCategoryClass::getList('*', $where, 'inTurn DESC');
+        $data = GoodsCategoryClass::getList('*', $where, 'status DESC,inTurn DESC');
         $list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
         if (empty($list)) {
             return $data;