|
...
|
...
|
@@ -67,7 +67,7 @@ class CNoticeController extends BaseController |
|
|
|
$number = $keyword_num * 18 + $lang_num * $data_num;
|
|
|
|
$project_id = env('PROJECT_ID');
|
|
|
|
if($number >= 450000){
|
|
|
|
if($this->user['project_id'] == $project_id){
|
|
|
|
if($this->user['project_id'] != $project_id){
|
|
|
|
$this->response('success',Code::SUCCESS,['msg'=>'翻译数量过多, 大概页面数量:'.$number.', 磁盘空间占用可能会超过40G,请联系管理员操作!']);
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|