合并分支 'master-server' 到 'master'
gx脚本 查看合并请求 !1285
正在显示
1 个修改的文件
包含
0 行增加
和
3 行删除
| @@ -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(); |
-
请 注册 或 登录 后发表评论