作者 李宇航

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

gx脚本



查看合并请求 !1285
@@ -247,9 +247,6 @@ class DownloadProject extends Command @@ -247,9 +247,6 @@ class DownloadProject extends Command
247 if(!empty($data['google_indexed_num'])){ 247 if(!empty($data['google_indexed_num'])){
248 $content2 .= $title.'收录量:'.$data['google_indexed_num'].'条,'; 248 $content2 .= $title.'收录量:'.$data['google_indexed_num'].'条,';
249 } 249 }
250 - if(!empty($data['google_indexed_num'])){  
251 - $content2 .= $title.'收录量:'.$data['google_indexed_num'].'条,';  
252 - }  
253 if(!empty($data['google_links_num'])){ 250 if(!empty($data['google_links_num'])){
254 //获取上一次的外链数 251 //获取上一次的外链数
255 $latestRecord = V6WeeklyReport::where(['project_id'=>$project_id])->orderBy('id', 'desc')->first(); 252 $latestRecord = V6WeeklyReport::where(['project_id'=>$project_id])->orderBy('id', 'desc')->first();