|
@@ -96,6 +96,7 @@ public class ExamController extends BaseApiController {
|
|
|
result.accumulate("name", exam.getName());
|
|
|
School shcool = schoolService.findById(au.getSchoolId());
|
|
|
result.accumulate("schoolName", shcool.getName());
|
|
|
+ result.accumulate("config", StringUtils.trimToEmpty(exam.getScanConfig()));
|
|
|
result.accumulate("updateTime", System.currentTimeMillis());
|
|
|
return result;
|
|
|
}
|