|
@@ -1107,6 +1107,8 @@ class IndexController extends WebBaseController
|
|
$special['recruit_appoint_id'] = $appoint_info->id;
|
|
$special['recruit_appoint_id'] = $appoint_info->id;
|
|
RecruitAppointExpandSpecial::create($special);
|
|
RecruitAppointExpandSpecial::create($special);
|
|
}
|
|
}
|
|
|
|
+ }else{
|
|
|
|
+ RecruitAppointExpandSpecial::where('recruit_appoint_id',$appoint_info->id)->update(['point_apply' => 0]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//如果有详情模块
|
|
//如果有详情模块
|