Commit ab5dbf4b authored by Quxl's avatar Quxl

x

parent c05e4f16
...@@ -88,7 +88,7 @@ public class VoteServiceImpl implements VoteService { ...@@ -88,7 +88,7 @@ public class VoteServiceImpl implements VoteService {
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(review_round == 1) {
this.toNextRound(review.getId());//第一轮审片完成,进入下一轮
} }
} else { } else {
//TODO 审片结论有争议,打标记 后续增加评委后再审 //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