Commit 2a2b2250 authored by Quxl's avatar Quxl

x

parent d15b4f98
......@@ -285,7 +285,7 @@ public class AdminReviewController {
}
if(toRoundNumber > reviewRound) {
if(optState == 1 || optState == 2) {
if(enrollType == 2 && ((reviewRound <= 1 && reviewRound >= 3) || (reviewRound <= 2 && reviewRound >= 4))) {
if(enrollType == 2 && ((reviewRound <= 1 && toRoundNumber >= 3) || (reviewRound <= 2 && toRoundNumber >= 4))) {
throw new XRException("亚新二选和三选评分步骤不能跳过");
}
if((enrollType == 2 || enrollType == 3) && toRoundNumber == 4) {
......
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