作者 lyh

gx

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