|
|
@@ -96,6 +96,7 @@ class AssetLeaseLists extends BaseAdminDataLists implements ListsSearchInterface
|
|
|
$flag = true;
|
|
|
$where[] = ['lease_end_time', '<=', $expiration_date];
|
|
|
$where[] = ['approval_status','=','5'];
|
|
|
+ $where[] = ['is_remind','=','1'];
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -207,6 +208,7 @@ class AssetLeaseLists extends BaseAdminDataLists implements ListsSearchInterface
|
|
|
if ($parms['expiration_flag']) {
|
|
|
$where[] = ['lease_end_time', '<=', $expiration_date];
|
|
|
$where[] = ['approval_status','=','5'];
|
|
|
+ $where[] = ['is_remind','=','1'];
|
|
|
}
|
|
|
}
|
|
|
|