作者 lyh

gx

@@ -728,7 +728,7 @@ class ProjectLogic extends BaseLogic @@ -728,7 +728,7 @@ class ProjectLogic extends BaseLogic
728 'from_order_id'=>$projectInfo['from_order_id'], 728 'from_order_id'=>$projectInfo['from_order_id'],
729 'company_id'=>$projectInfo['channel']['channel_id'] 729 'company_id'=>$projectInfo['channel']['channel_id']
730 ]; 730 ];
731 - $this->toAicc($data); 731 + $this->toHagro($data);
732 } 732 }
733 $rs = $this->model->edit($this->param,['id'=>$this->param['id']]); 733 $rs = $this->model->edit($this->param,['id'=>$this->param['id']]);
734 if($rs === false){ 734 if($rs === false){