|
@@ -288,6 +288,9 @@ public class CoreController extends BaseApiController {
|
|
|
obj.accumulate("subjectCode", student.getSubjectCode());
|
|
|
obj.accumulate("subjectName", student.getSubjectName());
|
|
|
obj.accumulate("paperType", StringUtils.trimToEmpty(student.getPaperType()));
|
|
|
+ obj.accumulate("className", student.getClassName());
|
|
|
+ obj.accumulate("college", student.getCollege());
|
|
|
+ obj.accumulate("teacher", student.getTeacher());
|
|
|
obj.accumulate("status", getStatus(student));
|
|
|
obj.accumulate("totalScore", df.format(student.getTotalScore()));
|
|
|
obj.accumulate("objectiveScore", df.format(student.getObjectiveScore()));
|