Przeglądaj źródła

是否代理商品

whitefang 1 rok temu
rodzic
commit
11376fa3b5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/api/lists/GoodsLists.php

+ 1 - 1
app/api/lists/GoodsLists.php

@@ -39,7 +39,7 @@ class GoodsLists  extends BaseApiDataLists implements ListsSearchInterface
     public function setSearch(): array
     {
         return [
-            '=' => ['goods_status'],
+            '=' => ['goods_status','is_agent'],
             '%like%' => ['goods_name','goods_brand'],
             'between' => ['service_total', 'service_fee'],
         ];