|
@@ -1,6 +1,7 @@
|
|
|
package cn.com.qmth.dp.examcloud.oe.modules.get_continued_count;
|
|
|
|
|
|
import cn.com.qmth.examcloud.commons.helpers.poi.ExcelWriter;
|
|
|
+import cn.com.qmth.examcloud.commons.util.PropertiesUtil;
|
|
|
import cn.com.qmth.examcloud.support.examing.ExamRecordData;
|
|
|
import cn.com.qmth.examcloud.web.redis.RedisClient;
|
|
|
import com.google.common.collect.Lists;
|
|
@@ -109,7 +110,7 @@ public class GetStudentContinutedCountService {
|
|
|
}
|
|
|
|
|
|
|
|
|
- String filePath = "D:/Temp/student-continuedCount-" + examId + ".xlsx";
|
|
|
+ String filePath = PropertiesUtil.getString("file.export.path", "/home/admin")+ "/student-continuedCount-" + examId + ".xlsx";
|
|
|
|
|
|
final String[] EXCEL_HEADER = new String[]{"姓名", "学号", "身份证号",
|
|
|
"考试记录id", "开考时间", "课程代码", "课程名称", "断点次数"};
|