|
@@ -67,7 +67,7 @@ public class ReportExamStudentUsualScoreObjDto implements Serializable, Comparab
|
|
this.targetScore = reportExamStudentUsualScoreObjDto.getTargetScore();
|
|
this.targetScore = reportExamStudentUsualScoreObjDto.getTargetScore();
|
|
this.score = reportExamStudentUsualScoreObjDto.getScore();
|
|
this.score = reportExamStudentUsualScoreObjDto.getScore();
|
|
this.matrixScore = reportExamStudentUsualScoreObjDto.getMatrixScore();
|
|
this.matrixScore = reportExamStudentUsualScoreObjDto.getMatrixScore();
|
|
- this.targetSumScore = reportExamStudentUsualScoreObjDto.targetSumScore;
|
|
|
|
|
|
+ this.targetSumScore = reportExamStudentUsualScoreObjDto.getTargetSumScore();
|
|
this.targetSumWeight = reportExamStudentUsualScoreObjDto.getTargetSumWeight();
|
|
this.targetSumWeight = reportExamStudentUsualScoreObjDto.getTargetSumWeight();
|
|
}
|
|
}
|
|
|
|
|