|
...
|
...
|
@@ -175,6 +175,9 @@ class NewsLogic extends BaseLogic |
|
|
|
RouteMap::delRoute(RouteMap::SOURCE_NEWS, $id, $this->user['project_id']);
|
|
|
|
$this->delRoute($id);
|
|
|
|
$this->model->del(['id' => $id]);
|
|
|
|
//删除扩展字段
|
|
|
|
$extendInfoModel = new NewsExtendInfo();
|
|
|
|
$extendInfoModel->del(['news_id'=>$id]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
DB::commit();
|
...
|
...
|
|