作者 lyh

gx

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