updates
This commit is contained in:
parent
bfe6bc25f9
commit
d0f4056ef4
|
|
@ -76,6 +76,9 @@ public class ScoreUtil {
|
|||
for (YxHistoryMajorEnroll yxHistoryMajorEnroll : historyMajorEnrollList) {
|
||||
controlLine = yxHistoryMajorEnroll.getControlLine();
|
||||
admissionLine = yxHistoryMajorEnroll.getAdmissionLine();
|
||||
if (admissionLine.compareTo(YxConstant.bigDecimal0) <=0) {
|
||||
continue;
|
||||
}
|
||||
nowSum = admissionLine.subtract(controlLine);
|
||||
|
||||
if (!sum.equals(BigDecimal.ZERO)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue