正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -74,7 +74,7 @@ class ProductLogic extends BaseLogic | @@ -74,7 +74,7 @@ class ProductLogic extends BaseLogic | ||
| 74 | $this->fail('系统错误请联系管理员'); | 74 | $this->fail('系统错误请联系管理员'); |
| 75 | } | 75 | } |
| 76 | //通知更新 | 76 | //通知更新 |
| 77 | - $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_PRODUCT, 'route'=>$route]); | 77 | + $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>RouteMap::SOURCE_PRODUCT, 'route'=>$this->param['route']]); |
| 78 | return $this->success(); | 78 | return $this->success(); |
| 79 | } | 79 | } |
| 80 | 80 |
-
请 注册 或 登录 后发表评论