Commit 7a702119 authored by Quxl's avatar Quxl

x

parent dca8e8a4
......@@ -490,7 +490,7 @@ public class ReviewServiceImpl implements ReviewService {
}
} else if(review_round.intValue() == 3) {
if(review_state.intValue() == 3) {//参赛 第三轮通过,自动进入下一轮评选
this.toNextRound(review.getId());
jdbcTemplate.executeUpdate("update fc_review set opt_state = 2, review_state = 3 where id = ?", review.getId());
} else {
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