作者 lyh

gxai

@@ -58,8 +58,6 @@ class OptimizeSetKeywordSync extends Command @@ -58,8 +58,6 @@ class OptimizeSetKeywordSync extends Command
58 $item->status = AggregateKeyword::STATUS_FINISH; 58 $item->status = AggregateKeyword::STATUS_FINISH;
59 $item->save(); 59 $item->save();
60 } 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']]);  
63 return true; 61 return true;
64 } 62 }
65 63