|
@@ -117,9 +117,7 @@ class GeoConfirm extends Base |
|
@@ -117,9 +117,7 @@ class GeoConfirm extends Base |
|
117
|
$created_at = $updated_at = now();
|
117
|
$created_at = $updated_at = now();
|
|
118
|
$projectModel = new Project();
|
118
|
$projectModel = new Project();
|
|
119
|
$company = $projectModel->getValue(['id'=>$project_id],'company');
|
119
|
$company = $projectModel->getValue(['id'=>$project_id],'company');
|
|
120
|
- $deployModel = new DeployBuild();
|
|
|
|
121
|
- $seo_plan = $deployModel->getValue(['project_id'=>$project_id],'seo_plan');
|
|
|
|
122
|
- $seo_plan_name = ($projectModel::seoMap()[$seo_plan]) ?? '无选择';
|
120
|
+ $seo_plan_name = 'GEO';
|
|
123
|
$content_array = [
|
121
|
$content_array = [
|
|
124
|
'title' => "【{$company} {$seo_plan_name}】".self::typeMapping()[$data->type],
|
122
|
'title' => "【{$company} {$seo_plan_name}】".self::typeMapping()[$data->type],
|
|
125
|
'desc' => self::typeDesc()[$data->type],
|
123
|
'desc' => self::typeDesc()[$data->type],
|