|
@@ -279,11 +279,12 @@ class BuyhouseController extends WebBaseController
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
return $this->showMessage('其他人才暂不支持', $back_url, true, '上一页', '3');
|
|
return $this->showMessage('其他人才暂不支持', $back_url, true, '上一页', '3');
|
|
}
|
|
}
|
|
|
|
+ dd($talent);
|
|
if (strtotime($talent['activeDate']) < time()) {
|
|
if (strtotime($talent['activeDate']) < time()) {
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
$back_url = \Illuminate\Support\Facades\URL::previous();
|
|
return $this->showMessage('人才证有效期为' . $talent['activeDate'] . ',人才证已过期,请重新认证', $back_url, true, '上一页', '3');
|
|
return $this->showMessage('人才证有效期为' . $talent['activeDate'] . ',人才证已过期,请重新认证', $back_url, true, '上一页', '3');
|
|
}
|
|
}
|
|
- dd($talent);
|
|
|
|
|
|
+
|
|
$add = [
|
|
$add = [
|
|
'user_id' => $user_id,
|
|
'user_id' => $user_id,
|
|
'house_id' => $id,
|
|
'house_id' => $id,
|