Commit dca8e8a4 authored by Quxl's avatar Quxl

x

parent 68a9735b
...@@ -489,7 +489,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -489,7 +489,7 @@ public class ReviewServiceImpl implements ReviewService {
throw new XRException("亚新第2轮审片结论错误"); throw new XRException("亚新第2轮审片结论错误");
} }
} else if(review_round.intValue() == 3) { } else if(review_round.intValue() == 3) {
if(review_state.intValue() == 1) {//第三轮通过,自动进入下一轮评选 if(review_state.intValue() == 3) {//参赛 第三轮通过,自动进入下一轮评选
this.toNextRound(review.getId()); this.toNextRound(review.getId());
} else { } else {
throw new XRException("亚新第3轮审片结论错误"); throw new XRException("亚新第3轮审片结论错误");
......
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