Browse Source

Merge branch 'dongxiaoqin_0220'

dongxiaoqin 1 year ago
parent
commit
35b562ae7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/workerapi/controller/InterviewController.php

+ 1 - 1
app/workerapi/controller/InterviewController.php

@@ -123,7 +123,7 @@ class InterviewController extends BaseApiController
             $info = new MasterWorkerInterview();
             $info = new MasterWorkerInterview();
             $info->worker_register_id = $worker_register_id;
             $info->worker_register_id = $worker_register_id;
         } else if ($info->status > 0) {
         } else if ($info->status > 0) {
-            return $this->fail('您已提交过面试题,请勿重复提交');
+            return $this->fail('您已提交过面试题,请勿重复提交',['has_next' => 0,'is_success' => $info->status == 1 ? 1 : 0, 'list' => []]);
         }
         }
 
 
         $msg = '操作成功';
         $msg = '操作成功';