Commit 9615d12c authored by Quxl's avatar Quxl

x

parent e85ade54
......@@ -282,10 +282,11 @@ public class AdminReviewController {
throw new XRException("展映影片没有三选和总局审片流程");
}
reviewService.toRound(review_id, toRoundNumber);
return Rjx.jsonOk();
} else {
throw new XRException("当前审片状态为" + rounds[reviewRound] + opts[optState] + ",不能分配" + rounds[toRoundNumber] + "评委");
}
throw new XRException("当前审片状态为" + rounds[reviewRound] + opts[optState] + ",不能分配" + rounds[toRoundNumber] + "评委");
} else if(toRoundNumber < reviewRound) {
throw new XRException("已审核环节不能再分配评委");
}
return Rjx.jsonOk();
}
......
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