Răsfoiți Sursa

获取成绩接口新增考生备注

ting.yin 2 ani în urmă
părinte
comite
2bb224b40a

+ 1 - 0
stmms-web/src/main/java/cn/com/qmth/stmms/api/controller/CoreController.java

@@ -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);