beetlsql3-dev
Mlxa0324
parent e124ed849c
commit ca346007ff

@ -268,6 +268,7 @@ public class TeacherOpenCourseQuestionSettingService extends CoreBaseService<Tea
Map<String, String> fileQuestionInfo = new HashMap();
fileQuestionInfo.put("studentScore", questionLog.getStudentScore().toString());
fileQuestionInfo.put("teacherOpenCourseQuestionLogReply", questionLog.getTeacherOpenCourseQuestionLogReply());
fileQuestionInfo.put("teacherOpenCourseQuestionLogUploadFile", questionLog.getTeacherOpenCourseQuestionLogUploadFile());
item.setFileQuestionInfo(fileQuestionInfo);
}

Loading…
Cancel
Save