| 
														
															@@ -1558,7 +1558,7 @@ class RecruitController extends Controller 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         'employ_audit' => -1
 
														 | 
														
														 | 
														
															                         'employ_audit' => -1
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     ];
 
														 | 
														
														 | 
														
															                     ];
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     RecruitAppointInfo::where('id', $v)->update($appointinfo_data);
 
														 | 
														
														 | 
														
															                     RecruitAppointInfo::where('id', $v)->update($appointinfo_data);
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    $reason = $reason ?? '符合报考条件';
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    $reason = $reason ?? '符合报考条件,资格审核将贯穿招聘全程。';
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     //写日志
 
														 | 
														
														 | 
														
															                     //写日志
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     $log = [
 
														 | 
														
														 | 
														
															                     $log = [
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         'type'  =>  2,
 
														 | 
														
														 | 
														
															                         'type'  =>  2,
 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1628,7 +1628,7 @@ class RecruitController extends Controller 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             $this->smsService->sendSms($appointinfo->mobile,'sms_recruit_register_error',array('reason'=>$reason));
 
														 | 
														
														 | 
														
															             $this->smsService->sendSms($appointinfo->mobile,'sms_recruit_register_error',array('reason'=>$reason));
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }
 
														 | 
														
														 | 
														
															         }
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if($status == 1){
 
														 | 
														
														 | 
														
															         if($status == 1){
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            $reason = $reason ?? '符合报考条件';
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            $reason = $reason ?? '符合报考条件,资格审核将贯穿招聘全程。';
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             $info = RecruitSupplement::where('appoint_id', $ids)->where('type','supplement')->first();
 
														 | 
														
														 | 
														
															             $info = RecruitSupplement::where('appoint_id', $ids)->where('type','supplement')->first();
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             $appointinfo = RecruitAppointInfo::where('id', $ids)->first();
 
														 | 
														
														 | 
														
															             $appointinfo = RecruitAppointInfo::where('id', $ids)->first();
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             //写日志
 
														 | 
														
														 | 
														
															             //写日志
 
														 |