|
...
|
...
|
@@ -72,9 +72,6 @@ class TranslateLogic extends BaseLogic |
|
|
|
$arr2[] = $val;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if($this->user['project_id'] == 285){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($arr2, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
}
|
|
|
|
if(!empty($arr2)){
|
|
|
|
$i = 0;
|
|
|
|
TranslateText:
|
...
|
...
|
|