Explorar el Código

更新超过审核时间无法继续报名

sandm hace 2 años
padre
commit
e3b90825b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -76,7 +76,7 @@ class IndexController extends WebBaseController
         }
         $info = Recruit::parse_info($recruit);
         $appoint_info = RecruitAppointInfo::where('uid',$uid)->where('recruit_id',$id)->first();
-        $time = time();
+        echo $info->isApply;
         if(!$info->isApply && $appoint_info){
             $first_post = RecruitAppointLog::where('type',3)->where('uid',$uid)->orderBy('created_at','asc')->first();
             if($first_post){