作者 lyh

gx

@@ -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