|
@@ -937,8 +937,10 @@ public class MarkServiceImpl implements MarkService {
|
|
|
for (SubjectiveScore subjectiveScore : mainScoreList) {
|
|
|
if (subjectiveScore.getScore() != UN_SELECTIVE_SCORE) {
|
|
|
mainScore = mainScore.add(BigDecimal.valueOf(subjectiveScore.getScore()));
|
|
|
+ subjectiveScore.setUncalculate(false);
|
|
|
} else {
|
|
|
mainScore = new BigDecimal(UN_SELECTIVE_SCORE);
|
|
|
+ subjectiveScore.setUncalculate(true);
|
|
|
break;
|
|
|
}
|
|
|
}
|