|
@@ -63,7 +63,9 @@ class DemandLabor extends Auth
|
|
|
}
|
|
|
$schooling = $data['schooling'];
|
|
|
$where = [];
|
|
|
- $where['schooling'] = $schooling;
|
|
|
+ if(isset($data['schooling']) && $data['schooling'] != '' && $data['schooling'] != null){
|
|
|
+ $where['schooling'] = $schooling;
|
|
|
+ }
|
|
|
$list = DataRecruitment::mk()
|
|
|
->where('is_del',1)
|
|
|
->where('state',1)
|