作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2126
@@ -961,14 +961,10 @@ class ProjectController extends BaseController @@ -961,14 +961,10 @@ class ProjectController extends BaseController
961 'id'=>'required', 961 'id'=>'required',
962 'aicc'=>'required', 962 'aicc'=>'required',
963 'hagro'=>'required', 963 'hagro'=>'required',
964 -// 'exclusive_aicc_day'=>'required',  
965 -// 'exclusive_hagro_day'=>'required',  
966 ],[ 964 ],[
967 'id.required' => 'id不能为空', 965 'id.required' => 'id不能为空',
968 'aicc.required' => 'aicc是否开启不能为空', 966 'aicc.required' => 'aicc是否开启不能为空',
969 'hagro.required' => 'hagro是否开启不能为空', 967 'hagro.required' => 'hagro是否开启不能为空',
970 -// 'exclusive_aicc_day.required' => '服务天数不能为空',  
971 -// 'exclusive_hagro_day.required' => '服务天数不能为空',  
972 ]); 968 ]);
973 $logic->saveOtherProject(); 969 $logic->saveOtherProject();
974 $this->response('success'); 970 $this->response('success');
@@ -101,6 +101,7 @@ class RankDataLogic extends BaseLogic @@ -101,6 +101,7 @@ class RankDataLogic extends BaseLogic
101 'keyword_num' => $project['deploy_build']['keyword_num'], 101 'keyword_num' => $project['deploy_build']['keyword_num'],
102 'compliance_day' => $project['finish_remain_day'] ?? 0, 102 'compliance_day' => $project['finish_remain_day'] ?? 0,
103 'remain_day' => $project['remain_day'], 103 'remain_day' => $project['remain_day'],
  104 + 'seo_remain_day' => $project['seo_remain_day'],
104 'g_top_plan' => $g_top_plan ?? [], 105 'g_top_plan' => $g_top_plan ?? [],
105 ]; 106 ];
106 //小语种列表 107 //小语种列表
@@ -14,7 +14,7 @@ class NoticeLog extends Base @@ -14,7 +14,7 @@ class NoticeLog extends Base
14 const TYPE_RANK_DATA = 'rank_data'; 14 const TYPE_RANK_DATA = 'rank_data';
15 const TYPE_INIT_PROJECT = 'init_project'; 15 const TYPE_INIT_PROJECT = 'init_project';
16 const TYPE_INIT_KEYWORD_COMMON = 'init_keyword_common';//聚合页关键词评论 16 const TYPE_INIT_KEYWORD_COMMON = 'init_keyword_common';//聚合页关键词评论
17 - const TYPE_GENERATE_COUNT_CHARTS = 'generate_count_charts';//聚合页关键字图生成 17 + const TYPE_GENERATE_COUNT_CHARTS = 'generate_count_charts';//聚合页关键字图生成
18 const TYPE_COPY_PROJECT = 'copy_project'; 18 const TYPE_COPY_PROJECT = 'copy_project';
19 const TYPE_INIT_KEYWORD = 'init_keyword'; 19 const TYPE_INIT_KEYWORD = 'init_keyword';
20 const DELETE_PRODUCT_CATEGORY = 'delete_product_category'; 20 const DELETE_PRODUCT_CATEGORY = 'delete_product_category';