|
|
@@ -89,7 +89,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
$ids[] = $goodsCategoryId;
|
|
|
$where[] = ['goods_category_id','in' ,$ids];
|
|
|
}
|
|
|
- if($this->params['work_pay_status'] === ''){
|
|
|
+ if($this->params['work_pay_status'] == ''){
|
|
|
$where['work_pay_status'] = ['>',0];
|
|
|
}
|
|
|
return $where;
|