|
@@ -1851,7 +1851,7 @@ class IndexController extends WebBaseController
|
|
|
}
|
|
|
$recruit_id = $request->input('recruit_id');
|
|
|
$recruit = Recruit::where('id', $recruit_id)->first();
|
|
|
- $appoint_info = RecruitAppointInfo::where('uid', $uid)->where('recruit_id', $recruit_id)->first();
|
|
|
+ $appoint_info = RecruitAppointInfo::where('uid', $uid)->where('recruit_id', $recruit_id)->orderBy('id','desc')->first();
|
|
|
if ($appoint_info) {
|
|
|
$face_ticket = RecruitTicket::where('appoint_id', $appoint_info->id)->where('ex_type', 3)->first();
|
|
|
if ($face_ticket) {
|