|
...
|
...
|
@@ -58,8 +58,6 @@ class OptimizeSetKeywordSync extends Command |
|
|
|
$item->status = AggregateKeyword::STATUS_FINISH;
|
|
|
|
$item->save();
|
|
|
|
}
|
|
|
|
Common::del_user_cache('product_keyword',$this->user['project_id']);
|
|
|
|
NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD, ['project_id' => $this->user['project_id']]);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|