Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sentinel
Commits
cfcc8cbe
Commit
cfcc8cbe
authored
Feb 18, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
af6d1a82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
ExportServiceImpl.java
...va/com/egolm/film/api/service/impl/ExportServiceImpl.java
+1
-7
ExportConstant.java
src/main/java/com/egolm/film/api/web/ExportConstant.java
+2
-2
No files found.
src/main/java/com/egolm/film/api/service/impl/ExportServiceImpl.java
View file @
cfcc8cbe
...
...
@@ -176,13 +176,7 @@ public class ExportServiceImpl implements ExportService {
columns
.
put
(
"first_show_city"
,
"首次上映城市"
);
columns
.
put
(
"other_filmfest_name"
,
"同时申报的电影节"
);
columns
.
put
(
"enroll_type_name_other"
,
"申报奖项"
);
columns
.
put
(
"director"
,
"导演"
);
columns
.
put
(
"producer"
,
"制片人"
);
columns
.
put
(
"actor"
,
"男演员"
);
columns
.
put
(
"actress"
,
"女演员"
);
columns
.
put
(
"photographer"
,
"摄影"
);
columns
.
put
(
"screenwriter"
,
"编剧"
);
columns
.
put
(
"issuser"
,
"发行方"
);
columns
.
putAll
(
ExportConstant
.
playactorTypes
);
columns
.
put
(
"film_apply_company"
,
"申报公司"
);
columns
.
put
(
"film_apply_realname"
,
"申报人姓名"
);
columns
.
put
(
"film_apply_email"
,
"申报人邮箱"
);
...
...
src/main/java/com/egolm/film/api/web/ExportConstant.java
View file @
cfcc8cbe
...
...
@@ -9,10 +9,10 @@ public class ExportConstant {
static
{
playactorTypes
.
put
(
"director"
,
"导演"
);
playactorTypes
.
put
(
"producer"
,
"制片人"
);
playactorTypes
.
put
(
"screenwriter"
,
"编剧"
);
playactorTypes
.
put
(
"photographer"
,
"摄影"
);
playactorTypes
.
put
(
"actor"
,
"男演员"
);
playactorTypes
.
put
(
"actress"
,
"女演员"
);
playactorTypes
.
put
(
"photographer"
,
"摄影"
);
playactorTypes
.
put
(
"screenwriter"
,
"编剧"
);
playactorTypes
.
put
(
"issuser"
,
"发行方"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment