调整高职高专 分差率之前
This commit is contained in:
zhouwentao 2024-03-31 15:19:03 +08:00
parent 6c8caca718
commit 0fb045b629
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class ScoreUtil {
BigDecimal admissionLine = null;//文科-录取线
for (YxHistoryMajorEnroll yxHistoryMajorEnroll : historyMajorEnrollList) {
if (yearNum>=1&& !yxHistoryMajorEnroll.getRulesEnrollProbability().equals(rulesEnrollProbability)) {
//如果仅两年的录取原则一样后面的不一样不使用较旧的分数
//如果仅两年的录取原则一样后面的不一样不使用较旧的分数 111
continue;
}
controlLine = yxHistoryMajorEnroll.getControlLine();