|
return response()->json(['status' => 0, 'msg' => '找不到对应的招考场次'], 200);
|
|
return response()->json(['status' => 0, 'msg' => '找不到对应的招考场次'], 200);
|
|
$where[] = ['recruit_appoint_info.recruit_id', '=', $recruit_id];
|
|
$where[] = ['recruit_appoint_info.recruit_id', '=', $recruit_id];
|
|
//$where[] = ['recruit_appoint_info.realname', 'in', ['张少鸿','黄财阳','吴嘉伟','何瀚','林方浪','蔡咪咪','曾志雄','叶晓惠','李承恭','林心心','陈雪清','江俊峰']];
|
|
//$where[] = ['recruit_appoint_info.realname', 'in', ['张少鸿','黄财阳','吴嘉伟','何瀚','林方浪','蔡咪咪','曾志雄','叶晓惠','李承恭','林心心','陈雪清','江俊峰']];
|