|
@@ -370,6 +370,7 @@ public class CoreController extends BaseApiController {
|
|
|
obj.accumulate("className", student.getClassName());
|
|
|
obj.accumulate("college", student.getCollege());
|
|
|
obj.accumulate("teacher", student.getTeacher());
|
|
|
+ obj.accumulate("remark", StringUtils.trimToEmpty(student.getRemark()));
|
|
|
obj.accumulate("status", getStatus(student));
|
|
|
obj.accumulate("totalScore", getStatus(student) == 1 ? df.format(student.getTotalScore()) : 0);
|
|
|
obj.accumulate("objectiveScore", getStatus(student) == 1 ? df.format(student.getObjectiveScore()) : 0);
|