正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -73,8 +73,8 @@ class KeywordLogic extends BaseLogic | @@ -73,8 +73,8 @@ class KeywordLogic extends BaseLogic | ||
| 73 | DB::rollBack(); | 73 | DB::rollBack(); |
| 74 | $this->fail('保存失败'); | 74 | $this->fail('保存失败'); |
| 75 | } | 75 | } |
| 76 | -// $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT_KEYWORD,$route); | ||
| 77 | - $this->curlDelRoute(['new_route'=>$route]); | 76 | + $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT_KEYWORD,$route); |
| 77 | +// $this->curlDelRoute(['new_route'=>$route]); | ||
| 78 | return $this->success(); | 78 | return $this->success(); |
| 79 | } | 79 | } |
| 80 | 80 |
-
请 注册 或 登录 后发表评论