|
$appointinfo_exist = RecruitAppointInfo::where('card',$card)->where('uid','<>',$uid)->where('recruit_id',$recruit_id)->first();
|
|
$appointinfo_exist = RecruitAppointInfo::where('card',$card)->where('uid','<>',$uid)->where('recruit_id',$recruit_id)->first();
|
|
|
|
+ $special = RecruitAppointInfo::where('card',$card)->where('uid','<>',$uid)->whereIn('recruit_id',[25,26])->first();
|
|
return response()->json(['status' => 0,'msg' => '您的证件已有其他账号的报名记录,请检查!']);
|
|
return response()->json(['status' => 0,'msg' => '您的证件已有其他账号的报名记录,请检查!']);
|