|
@@ -1337,7 +1337,7 @@ class RecruitController extends Controller
|
|
'log' => '健康信息审核未通过,原因是:'.$reason
|
|
'log' => '健康信息审核未通过,原因是:'.$reason
|
|
];
|
|
];
|
|
RecruitAppointLog::create($log);
|
|
RecruitAppointLog::create($log);
|
|
- $info->h_status = 0;
|
|
+ $info->h_status = -1;
|
|
$info->h_msg = $reason;
|
|
$info->h_msg = $reason;
|
|
$info->save();
|
|
$info->save();
|
|
$appointinfo->health_audit = 0;
|
|
$appointinfo->health_audit = 0;
|