Commit 25180b48 authored by Quxl's avatar Quxl

x

parent f0ad4c70
......@@ -464,7 +464,7 @@ public class ReviewServiceImpl implements ReviewService {
}
} else if(enroll_type_id.intValue() == 4) {//展映
if(review_round.intValue() == 2) {//二选
if(review_state.intValue() == 1) {
if(review_state.intValue() == 5) {
this.toNextRound(review.getId(), 2);
} else {
throw new XRException("展映第2轮审片结论错误");
......
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