作者 lyh

gx

@@ -46,6 +46,7 @@ class ProofreadingLogic extends BaseLogic @@ -46,6 +46,7 @@ class ProofreadingLogic extends BaseLogic
46 $v['project_id'] = $this->user['project_id']; 46 $v['project_id'] = $this->user['project_id'];
47 $v['language_id'] = $this->param['language_id']; 47 $v['language_id'] = $this->param['language_id'];
48 $v['type'] = $this->param['type']; 48 $v['type'] = $this->param['type'];
  49 + $v['alias'] = $this->param['alias'];
49 $this->param['data'][$k] = $v; 50 $this->param['data'][$k] = $v;
50 } 51 }
51 //新增 52 //新增