Explorar o código

后台管理系统

lyh %!s(int64=2) %!d(string=hai) anos
pai
achega
0a7f00ed6d
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app/Services/Api/GoodsCategoryService.php

+ 3 - 3
app/Services/Api/GoodsCategoryService.php

@@ -81,9 +81,9 @@ class GoodsCategoryService extends BaseService
                     $query->where('a.pid', $pid);
                 }
 
-                if (isset($params['is_recommend']) && $params['is_recommend'] != '') {
-                    $query->where('a.is_recommend', $params['is_recommend']);
-                }
+//                if (isset($params['is_recommend']) && $params['is_recommend'] != '') {
+//                    $query->where('a.is_recommend', $params['is_recommend']);
+//                }
 
                 // 商户
                 $merchId = isset($params['merch_id']) ? $params['merch_id'] : 0;