update
This commit is contained in:
parent
9964ab86ee
commit
83833bb2b6
@ -81,7 +81,7 @@ class VehicleContractController extends BaseAdminController
|
||||
if(isset($param['status']) && in_array($param['status'],[0,1])){
|
||||
$where[] = ['status','=', $param['status']];
|
||||
}else{
|
||||
$where[] = ['status','in', '0,1'];
|
||||
$where[] = ['status','in', '0,1,2,3'];
|
||||
}
|
||||
$pageNo = !empty($param['page_no']) ? $param['page_no'] : 1;
|
||||
$pageSize = !empty($param['page_size']) ? $param['page_size'] : 15;
|
||||
|
Loading…
x
Reference in New Issue
Block a user