|
|
@ -167,7 +167,7 @@ public class TeacherOpenCourseStudentSigninLogController{
|
|
|
|
|
|
|
|
|
|
|
|
List<Map<String, Object>> maps = BaseEntity2MapWithParallel(datas);
|
|
|
|
List<Map<String, Object>> maps = BaseEntity2MapWithParallel(datas);
|
|
|
|
|
|
|
|
|
|
|
|
String filename = StrUtil.format("签到日志导出-{}.xlsx", DateUtil.formatDate(DateUtil.date()));
|
|
|
|
String filename = StrUtil.format("签到日志导出 {}.xlsx", DateUtil.formatDate(DateUtil.date()));
|
|
|
|
write(resp, filename,"Sheet1", header.values(), convertData(header.keySet(), maps));
|
|
|
|
write(resp, filename,"Sheet1", header.values(), convertData(header.keySet(), maps));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|