|
@@ -70,6 +70,12 @@ class AssetLeaseLists extends BaseAdminDataLists implements ListsSearchInterface
|
|
|
$where[] = ['tenant_name', 'like', '%' . $parms['tenant_name']. '%'];
|
|
$where[] = ['tenant_name', 'like', '%' . $parms['tenant_name']. '%'];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ if(isset($parms['tenant_mobile'])){
|
|
|
|
|
+ if(!empty($parms['tenant_mobile'])){
|
|
|
|
|
+ $where[] = ['tenant_mobile', 'like', '%' . $parms['tenant_mobile']. '%'];
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$lists = (new AssetLeaseInfo())->field('*')
|
|
$lists = (new AssetLeaseInfo())->field('*')
|