Эх сурвалжийг харах

更新健康码信息上传

sandm 2 жил өмнө
parent
commit
1f41a82f4d

+ 1 - 1
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -1830,7 +1830,7 @@ class IndexController extends WebBaseController
             return redirect(route('login'));
             return redirect(route('login'));
         }
         }
         $appoint_id = $request->input('appoint_id');
         $appoint_id = $request->input('appoint_id');
-        $appoint_info = RecruitAppointInfo::where('uid',$uid)->where('recruit_id',16)->where('id',$appoint_id)->first();
+        $appoint_info = RecruitAppointInfo::where('uid',$uid)->where('id',$appoint_id)->first();
         if(!$appoint_info){
         if(!$appoint_info){
             return ['status' => 0, 'msg' => '抱歉,找不到您要登记的报名记录!'];
             return ['status' => 0, 'msg' => '抱歉,找不到您要登记的报名记录!'];
         }
         }