|
@@ -2133,7 +2133,7 @@ class RecruitController extends Controller
|
|
$where = [];
|
|
$where = [];
|
|
//$where[] = ['recruit_appoint_info.audit','=',3];
|
|
//$where[] = ['recruit_appoint_info.audit','=',3];
|
|
$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', ['张少鸿','黄财阳','吴嘉伟','何瀚','林方浪','蔡咪咪','曾志雄','叶晓惠','李承恭','林心心','陈雪清','江俊峰']];
|
|
|
|
|
|
// $param = parse_url($data['where']);
|
|
// $param = parse_url($data['where']);
|
|
// parse_str($param['query'],$param);
|
|
// parse_str($param['query'],$param);
|
|
@@ -2169,7 +2169,6 @@ class RecruitController extends Controller
|
|
->orderBy('recruit_appoint_info.updated_at','desc')
|
|
->orderBy('recruit_appoint_info.updated_at','desc')
|
|
->get();
|
|
->get();
|
|
|
|
|
|
-
|
|
|
|
if(!is_dir(base_path() . "/storage/app/public/recruit/zip")){
|
|
if(!is_dir(base_path() . "/storage/app/public/recruit/zip")){
|
|
Storage::makeDirectory("public/recruit/zip");
|
|
Storage::makeDirectory("public/recruit/zip");
|
|
}
|
|
}
|