作者 刘锟

update

... ... @@ -274,6 +274,9 @@ class TranslateLogic extends BaseLogic
}
//解析路由
$sendData = $this->handleRoute($this->param['url']);
if($this->param['url'] == 'other_all_text'){
$this->param['language_id'] = 0;
}
DB::beginTransaction();
try {
$info = $this->model->read(['language_id'=>$this->param['language_id'],'url'=>$this->param['url'],'project_id'=>$this->user['project_id'],'type'=>$this->param['type']]);
... ...