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