Commit cfcc8cbe authored by Quxl's avatar Quxl

x

parent af6d1a82
...@@ -176,13 +176,7 @@ public class ExportServiceImpl implements ExportService { ...@@ -176,13 +176,7 @@ public class ExportServiceImpl implements ExportService {
columns.put("first_show_city", "首次上映城市"); columns.put("first_show_city", "首次上映城市");
columns.put("other_filmfest_name", "同时申报的电影节"); columns.put("other_filmfest_name", "同时申报的电影节");
columns.put("enroll_type_name_other", "申报奖项"); columns.put("enroll_type_name_other", "申报奖项");
columns.put("director", "导演"); columns.putAll(ExportConstant.playactorTypes);
columns.put("producer", "制片人");
columns.put("actor", "男演员");
columns.put("actress", "女演员");
columns.put("photographer", "摄影");
columns.put("screenwriter", "编剧");
columns.put("issuser", "发行方");
columns.put("film_apply_company", "申报公司"); columns.put("film_apply_company", "申报公司");
columns.put("film_apply_realname", "申报人姓名"); columns.put("film_apply_realname", "申报人姓名");
columns.put("film_apply_email", "申报人邮箱"); columns.put("film_apply_email", "申报人邮箱");
......
...@@ -9,10 +9,10 @@ public class ExportConstant { ...@@ -9,10 +9,10 @@ public class ExportConstant {
static { static {
playactorTypes.put("director", "导演"); playactorTypes.put("director", "导演");
playactorTypes.put("producer", "制片人"); playactorTypes.put("producer", "制片人");
playactorTypes.put("screenwriter", "编剧");
playactorTypes.put("photographer", "摄影");
playactorTypes.put("actor", "男演员"); playactorTypes.put("actor", "男演员");
playactorTypes.put("actress", "女演员"); playactorTypes.put("actress", "女演员");
playactorTypes.put("photographer", "摄影");
playactorTypes.put("screenwriter", "编剧");
playactorTypes.put("issuser", "发行方"); playactorTypes.put("issuser", "发行方");
} }
......
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