正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -58,7 +58,7 @@ class RatingLogic extends BaseLogic | @@ -58,7 +58,7 @@ class RatingLogic extends BaseLogic | ||
| 58 | 'type'=>$this->param['type'] | 58 | 'type'=>$this->param['type'] |
| 59 | ]; | 59 | ]; |
| 60 | $this->scoringModel->add($param); | 60 | $this->scoringModel->add($param); |
| 61 | - return $this->httpSore($this->param['data'],$this->project['post_id'],$this->param['type']); | 61 | + return $this->httpSore($this->param['data'],$this->project['id'],$this->param['type']); |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | /** | 64 | /** |
-
请 注册 或 登录 后发表评论