Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into lyh-server
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -7,6 +7,8 @@ | @@ -7,6 +7,8 @@ | ||
| 7 | */ | 7 | */ |
| 8 | namespace App\Console\Commands\Product; | 8 | namespace App\Console\Commands\Product; |
| 9 | 9 | ||
| 10 | +use App\Helper\Common; | ||
| 11 | +use App\Models\Com\NoticeLog; | ||
| 10 | use App\Models\Product\Keyword; | 12 | use App\Models\Product\Keyword; |
| 11 | use App\Models\Project\AggregateKeyword; | 13 | use App\Models\Project\AggregateKeyword; |
| 12 | use App\Services\ProjectServer; | 14 | use App\Services\ProjectServer; |
| @@ -56,6 +58,8 @@ class OptimizeSetKeywordSync extends Command | @@ -56,6 +58,8 @@ class OptimizeSetKeywordSync extends Command | ||
| 56 | $item->status = AggregateKeyword::STATUS_FINISH; | 58 | $item->status = AggregateKeyword::STATUS_FINISH; |
| 57 | $item->save(); | 59 | $item->save(); |
| 58 | } | 60 | } |
| 61 | + Common::del_user_cache('product_keyword',$this->user['project_id']); | ||
| 62 | + NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD, ['project_id' => $this->user['project_id']]); | ||
| 59 | return true; | 63 | return true; |
| 60 | } | 64 | } |
| 61 | 65 |
-
请 注册 或 登录 后发表评论