Commit dc4eb692 authored by Quxl's avatar Quxl

x

parent 059465c4
......@@ -268,7 +268,7 @@ public class AdminReviewController {
Fc_review review = reviewService.queryReviewById(review_id);
if(review_round.intValue() == 5
|| (review_round.intValue() > review.getReview_round().intValue() && review.getOpt_state().intValue() == 2)) {
if(review.getAllot_state() != 2) {
if(review.getOpt_state() != 2) {
throw new XRException("当前审片结论不能分配下一环节评委");
}
if(review.getEnroll_type_id().intValue() == 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