Răsfoiți Sursa

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

sandm 2 ani în urmă
părinte
comite
370b349ef5

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

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

+ 1 - 1
public/themes/default/views/app/recruit/show.blade.php

@@ -470,7 +470,7 @@
                 var predetermined_status = $("#predetermined_status").val();
                 var time = new Date().getTime();
                 if ((isVisitor > 0)) {
-                    if (current != 1) {
+                    if (current > 2) {
                         disapperTooltip("remind", "当前非报名阶段!");
                         return false;
                     }