linwu 3 месяцев назад
Родитель
Сommit
28cff19965

+ 0 - 1
app/Http/Controllers/Mobile/Health/RecruitController.php

@@ -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');

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

@@ -31,7 +31,7 @@
         <div class="origin font10"></div>
         <div class="clear"></div>
         <div class="city font12">{{$info->district_cn}}</div>
-        <div class="time font12" style="color:#FF3300">{!! $info->refresh_time_cn !!}</div>
+        <div class="time font12" style="color:#FF3300">{!! date('Y-m-d',strtotime($info->updated_at)) !!}</div>
     </div>
 
     <div class="jobsshowatt">