正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -234,7 +234,7 @@ class RankDataLogic extends BaseLogic | @@ -234,7 +234,7 @@ class RankDataLogic extends BaseLogic | ||
| 234 | $flg_ai = $this->getAiFlag($ai_projects, $domain); | 234 | $flg_ai = $this->getAiFlag($ai_projects, $domain); |
| 235 | $ai_domain = str_replace('www.', '', $this->getAiProjects($domain)['domain'] ?? ''); | 235 | $ai_domain = str_replace('www.', '', $this->getAiProjects($domain)['domain'] ?? ''); |
| 236 | if (Str::endsWith($api_no, '_bmseo')) { | 236 | if (Str::endsWith($api_no, '_bmseo')) { |
| 237 | - $list = RankDataBmseo::where('project_id', $project_id)->where('api_no', $api_no)->where('lang', $lang)->value('data') ?: []; | 237 | + $list = RankDataBmseo::where('project_id', $project_id)->where('api_no', $api_no)->value('data') ?: []; |
| 238 | } else { | 238 | } else { |
| 239 | $list = RankData::where('project_id', $project_id)->where('api_no', $api_no)->where('lang', $lang)->value('data') ?: []; | 239 | $list = RankData::where('project_id', $project_id)->where('api_no', $api_no)->where('lang', $lang)->value('data') ?: []; |
| 240 | } | 240 | } |
-
请 注册 或 登录 后发表评论