1
0
whitefang 1 жил өмнө
parent
commit
11376fa3b5

+ 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'],
         ];