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
18dcca3c
Commit
18dcca3c
authored
Jan 09, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
1d5979a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
ExportServiceImpl.java
...va/com/egolm/film/api/service/impl/ExportServiceImpl.java
+9
-6
No files found.
src/main/java/com/egolm/film/api/service/impl/ExportServiceImpl.java
View file @
18dcca3c
...
@@ -114,20 +114,23 @@ public class ExportServiceImpl implements ExportService {
...
@@ -114,20 +114,23 @@ public class ExportServiceImpl implements ExportService {
private
static
final
Map
<
String
,
String
>
filmMedium
=
new
HashMap
<
String
,
String
>();
private
static
final
Map
<
String
,
String
>
filmMedium
=
new
HashMap
<
String
,
String
>();
static
{
static
{
filmMedium
.
put
(
"0"
,
"否"
);
filmMedium
.
put
(
"1"
,
"彩色"
);
filmMedium
.
put
(
"1"
,
"是"
);
filmMedium
.
put
(
"2"
,
"黑白"
);
filmMedium
.
put
(
"3"
,
"彩色+黑白"
);
}
}
private
static
final
Map
<
String
,
String
>
filmFormat
=
new
HashMap
<
String
,
String
>();
private
static
final
Map
<
String
,
String
>
filmFormat
=
new
HashMap
<
String
,
String
>();
static
{
static
{
filmFormat
.
put
(
"
0"
,
"否
"
);
filmFormat
.
put
(
"
1"
,
"移动存储
"
);
filmFormat
.
put
(
"
1"
,
"是
"
);
filmFormat
.
put
(
"
2"
,
"在线连接
"
);
}
}
private
static
final
Map
<
String
,
String
>
playShanghai
=
new
HashMap
<
String
,
String
>();
private
static
final
Map
<
String
,
String
>
playShanghai
=
new
HashMap
<
String
,
String
>();
static
{
static
{
playShanghai
.
put
(
"0"
,
"否"
);
playShanghai
.
put
(
"1"
,
"世界首映"
);
playShanghai
.
put
(
"1"
,
"是"
);
playShanghai
.
put
(
"2"
,
"国籍首映"
);
playShanghai
.
put
(
"3"
,
"亚洲首映"
);
playShanghai
.
put
(
"4"
,
"中国首映"
);
}
}
private
List
<
Map
<
String
,
Object
>>
queryFilmDataList
()
{
private
List
<
Map
<
String
,
Object
>>
queryFilmDataList
()
{
...
...
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