Commit 67a59bc6 authored by Quxl's avatar Quxl

x

parent 93c16f34
......@@ -278,7 +278,7 @@ public class AdminReviewController {
if(enrollType == 2 && ((reviewRound <= 1 && reviewRound >= 3) || (reviewRound <= 2 && reviewRound >= 4))) {
throw new XRException("亚新二选和三选评分步骤不能跳过");
}
if((enrollType == 2 || enrollType == 3) && toRoundNumber == 5) {
if((enrollType == 2 || enrollType == 3) && toRoundNumber == 4) {
throw new XRException("亚新金爵影片没有把关流程");
}
if(enrollType == 4 && (toRoundNumber == 3 || toRoundNumber == 6)) {
......
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