瀏覽代碼

更新审核通过短信

zmw 2 天之前
父節點
當前提交
2e127dcb60
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Admin/Controllers/Recruit/RecruitController.php

+ 2 - 2
app/Admin/Controllers/Recruit/RecruitController.php

@@ -1558,7 +1558,7 @@ class RecruitController extends Controller
                         'employ_audit' => -1
                     ];
                     RecruitAppointInfo::where('id', $v)->update($appointinfo_data);
-                    $reason = $reason ?? '符合报考条件';
+                    $reason = $reason ?? '符合报考条件,资格审核将贯穿招聘全程。';
                     //写日志
                     $log = [
                         'type'  =>  2,
@@ -1628,7 +1628,7 @@ class RecruitController extends Controller
             $this->smsService->sendSms($appointinfo->mobile,'sms_recruit_register_error',array('reason'=>$reason));
         }
         if($status == 1){
-            $reason = $reason ?? '符合报考条件';
+            $reason = $reason ?? '符合报考条件,资格审核将贯穿招聘全程。';
             $info = RecruitSupplement::where('appoint_id', $ids)->where('type','supplement')->first();
             $appointinfo = RecruitAppointInfo::where('id', $ids)->first();
             //写日志