@@ -79,6 +79,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
$ids[] = $goodsCategoryId;
$where[] = ['goods_category_id','in' ,$ids];
}
+ $where[] = ['work_pay_status','>',0];
return $where;
/**