|
@@ -180,7 +180,6 @@ class RecruitController extends MobileBaseController
|
|
|
{
|
|
|
$job_id = $request->input('id');
|
|
|
$job_rst = $this->jobsService->getJobInfo(['id' => $job_id]); //获取job信息
|
|
|
-// dd($job_rst);
|
|
|
if ($job_rst['status'] == 0) {
|
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
|
return $this->showMessage($job_rst['error'], $back_url, true, '上一页', '3');
|