|
@@ -238,7 +238,7 @@ class BuyhouseController extends WebBaseController
|
|
|
$check['status_text'] = '住建局' . $this->apply_status[$apply['zj_check_status']];
|
|
|
$check['comment'] = $apply['zj_check_status'] == 1 ? '' : $apply['zj_check_comment'];
|
|
|
$check['type'] = $this->check_type[$apply['zj_check_status']];
|
|
|
- } elseif ($apply['zr_check_status'] != 2) {
|
|
|
+ } elseif ($apply['zr_check_status'] != 2) {
|
|
|
$check['status_text'] = '自然资源局' . $this->apply_status[$apply['zr_check_status']];
|
|
|
$check['comment'] = $apply['zr_check_status'] == 1 ? '' : $apply['zr_check_comment'];
|
|
|
$check['type'] = $this->check_type[$apply['zr_check_status']];
|
|
@@ -281,7 +281,7 @@ class BuyhouseController extends WebBaseController
|
|
|
}
|
|
|
if (strtotime($talent['activeDate']) < time()) {
|
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
|
- return $this->showMessage('人才证已过期,请重新认证', $back_url, true, '上一页', '3');
|
|
|
+ return $this->showMessage('人才证有效期为' . $talent['activeDate'] . ',人才证已过期,请重新认证', $back_url, true, '上一页', '3');
|
|
|
}
|
|
|
$add = [
|
|
|
'user_id' => $user_id,
|