Commit 7af35221 authored by Quxl's avatar Quxl

x

parent f4f365f2
...@@ -68,6 +68,8 @@ public class VoteServiceImpl implements VoteService { ...@@ -68,6 +68,8 @@ public class VoteServiceImpl implements VoteService {
} }
if(i.intValue() == 1) { if(i.intValue() == 1) {
return review_state; return review_state;
} else {
return -1;
} }
} }
return null; return null;
...@@ -94,8 +96,6 @@ public class VoteServiceImpl implements VoteService { ...@@ -94,8 +96,6 @@ public class VoteServiceImpl implements VoteService {
} else { } else {
this.toNextRound(review.getId());//第一轮审片完成,进入下一轮 this.toNextRound(review.getId());//第一轮审片完成,进入下一轮
} }
} else {
//TODO 审片结论有争议,打标记 后续增加评委后再审
} }
} }
......
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