|
|
@@ -91,6 +91,8 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
}
|
|
|
if($this->params['work_pay_status'] == ''){
|
|
|
$where[] = ['work_pay_status','>',0];
|
|
|
+ }else{
|
|
|
+ $where[] = ['work_pay_status','=',$this->params['work_pay_status']];
|
|
|
}
|
|
|
return $where;
|
|
|
}
|