|
...
|
...
|
@@ -96,8 +96,8 @@ class NewsLogic extends BaseLogic |
|
|
|
$info = $this->model->read(['id' => $id], ['id', 'url']);
|
|
|
|
if ($info['url'] != $route) {
|
|
|
|
$this->addUpdateNotify(RouteMap::SOURCE_NEWS,$route);
|
|
|
|
$this->curlDelRoute(['route'=>$info['url'],'new_route'=>$route]);
|
|
|
|
}
|
|
|
|
$this->curlDelRoute(['route'=>$info['url'],'new_route'=>$route]);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|