作者 zhl

u bug

... ... @@ -57,7 +57,7 @@ class CNoticeController extends BaseController
$this->fail('未查询到项目数据');
}
// --------------------------------------------------- 特殊处理通知生成页面 --------------------------------------------------------------
if ($type == 2 && $project_id['main_lang_id'] == 8) {
if ($type == 2 && $project_info['main_lang_id'] == 8) {
$this->fail('申请项目主语种为俄语,禁止翻译小语种,如若需要翻译小语种, 请联系桃子确认!');
}
... ...