beetlsql3-dev
Mlxa0324 2 years ago
parent 02384adb48
commit 01944d8760

@ -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));
} }
} }

@ -228,7 +228,7 @@ public class UniversitiesCollegesController{
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));
} }
} }

Loading…
Cancel
Save