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