|
@@ -279,7 +279,7 @@ public class ExportExamStudentScore {
|
|
|
excelTypes[n] = String.class;
|
|
|
}
|
|
|
|
|
|
- final String filePath = String.format("/home/oa/exam_%s/exam_student_score_%s.xlsx", examId, courseId);
|
|
|
+ final String filePath = String.format("/home/oe/exam_%s/exam_student_score_%s.xlsx", examId, courseId);
|
|
|
ExcelWriter.write(excelHeaders.toArray(new String[excelHeaders.size()]), excelTypes, excelRows, new File(filePath));
|
|
|
}
|
|
|
|