Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -181,8 +181,8 @@ class KeywordLogic extends BaseLogic | @@ -181,8 +181,8 @@ class KeywordLogic extends BaseLogic | ||
| 181 | //删除路由映射 | 181 | //删除路由映射 |
| 182 | RouteMap::delRoute(RouteMap::SOURCE_PRODUCT_KEYWORD, $id, $this->user['project_id']); | 182 | RouteMap::delRoute(RouteMap::SOURCE_PRODUCT_KEYWORD, $id, $this->user['project_id']); |
| 183 | //生成一条删除路由记录 | 183 | //生成一条删除路由记录 |
| 184 | - $info = $this->model->read(['id'=>$id],['id','route']); | ||
| 185 | - $this->curlDelRoute(['route'=>$info['route']]); | 184 | +// $info = $this->model->read(['id'=>$id],['id','route']); |
| 185 | +// $this->curlDelRoute(['route'=>$info['route']]); | ||
| 186 | return $this->success(); | 186 | return $this->success(); |
| 187 | } | 187 | } |
| 188 | 188 |
-
请 注册 或 登录 后发表评论