正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -80,7 +80,7 @@ class NewsCategoryLogic extends BaseLogic | @@ -80,7 +80,7 @@ class NewsCategoryLogic extends BaseLogic | ||
| 80 | // $this->fail('error'); | 80 | // $this->fail('error'); |
| 81 | // } | 81 | // } |
| 82 | //更新通知记录表 | 82 | //更新通知记录表 |
| 83 | - $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_NEWS_CATE, 'route'=>$this->param['alias']]); | 83 | + $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_NEWS_CATE, 'route'=>$route]); |
| 84 | return $this->success(); | 84 | return $this->success(); |
| 85 | } | 85 | } |
| 86 | 86 |
-
请 注册 或 登录 后发表评论