|
@@ -40,7 +40,7 @@ class MasterWorkerRegisterLists extends BaseAdminDataLists implements ListsSearc
|
|
|
public function setSearch(): array
|
|
public function setSearch(): array
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
- '=' => ['maintain_exp_type', 'other_exp_type', 'city', 'vehicle_type', 'status','is_credential','sale_id'],
|
|
|
|
|
|
|
+ '=' => ['id','maintain_exp_type', 'other_exp_type', 'city', 'vehicle_type', 'status','is_credential','sale_id'],
|
|
|
'%like%' => ['name', 'mobile'],
|
|
'%like%' => ['name', 'mobile'],
|
|
|
'<=' => ['age'],
|
|
'<=' => ['age'],
|
|
|
];
|
|
];
|