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
c38afe9c
Commit
c38afe9c
authored
Dec 11, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
ab5dbf4b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
VoteServiceImpl.java
...java/com/egolm/film/api/service/impl/VoteServiceImpl.java
+5
-14
No files found.
src/main/java/com/egolm/film/api/service/impl/VoteServiceImpl.java
View file @
c38afe9c
...
@@ -87,25 +87,16 @@ public class VoteServiceImpl implements VoteService {
...
@@ -87,25 +87,16 @@ public class VoteServiceImpl implements VoteService {
Integer
review_round
=
review
.
getReview_round
();
Integer
review_round
=
review
.
getReview_round
();
Integer
review_state
=
this
.
reviewStateElection
(
records
);
Integer
review_state
=
this
.
reviewStateElection
(
records
);
if
(
review_state
!=
null
)
{
if
(
review_state
!=
null
)
{
if
(
review_round
==
1
)
{
if
(
enroll_type_id
.
intValue
()
==
2
&&
(
review_round
==
2
||
review_round
==
3
))
{
}
else
if
(
enroll_type_id
.
intValue
()
==
4
&&
(
review_round
==
2
||
review_round
==
3
))
{
}
else
{
this
.
toNextRound
(
review
.
getId
());
//第一轮审片完成,进入下一轮
this
.
toNextRound
(
review
.
getId
());
//第一轮审片完成,进入下一轮
}
}
}
else
{
}
else
{
//TODO 审片结论有争议,打标记 后续增加评委后再审
//TODO 审片结论有争议,打标记 后续增加评委后再审
}
}
if
(
enroll_type_id
.
intValue
()
==
1
)
{
//金爵奖国际影片评选
if
(
review_round
.
intValue
()
==
1
)
{
}
}
else
if
(
enroll_type_id
.
intValue
()
==
2
)
{
//亚洲新人奖国际影片评选
}
else
if
(
enroll_type_id
.
intValue
()
==
3
)
{
//电影频道传媒关注
}
else
if
(
enroll_type_id
.
intValue
()
==
4
)
{
//国际电影展映
}
}
}
}
}
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