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