@@ -2150,7 +2150,10 @@ class RecruitController extends Controller
//$data = $request->all();
$where = [];
- $where[] = ['recruit_appoint_info.audit','=',$status];
+ if(!empty($status)){
+ $where[] = ['recruit_appoint_info.audit','=',$status];
+ }
+
$where[] = ['recruit_appoint_info.recruit_id', '=', $recruit_id];
//$where[] = ['recruit_appoint_info.realname', 'in', ['张少鸿','黄财阳','吴嘉伟','何瀚','林方浪','蔡咪咪','曾志雄','叶晓惠','李承恭','林心心','陈雪清','江俊峰']];