Commit a00db1a2 authored by Quxl's avatar Quxl

x

parent 72b7dfb5
......@@ -102,7 +102,7 @@ public class NewsServiceImpl implements NewsService {
String round = rounds[review_round-1];
String content = "管理员 [{0}] 已经为您分配了新的审片任务 [{1} {2}] {3} {4},请按时处理.";
content = MessageFormat.format(content, admin.getRealname(), cn_name, en_name, enroll_type_name, round);
String title = "审片任务: [{1} {2}] {3} {4}";
String title = "审片任务: [{0} {1}] {2} {3}";
title = MessageFormat.format(title, cn_name, en_name, enroll_type_name, round);
Fc_news news = new Fc_news();
news.setTitle(title);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment