|
...
|
...
|
@@ -80,7 +80,7 @@ class NewsCategoryLogic extends BaseLogic |
|
|
|
// $this->fail('error');
|
|
|
|
// }
|
|
|
|
//更新通知记录表
|
|
|
|
$this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_NEWS_CATE, 'route'=>$this->param['alias']]);
|
|
|
|
$this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_NEWS_CATE, 'route'=>$route]);
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|