@@ -728,6 +728,7 @@ public class ExportServiceImpl implements ExportService {
}
@Override
+ @Async
public void superFindCourseSchedules(EndCourseScheduleQueryInfo queryInfo, ManagerDownload managerDownload) throws FileNotFoundException {
List<CourseScheduleEndDto> rows = courseScheduleService.endFindCourseSchedules(queryInfo).getRows();
for (CourseScheduleEndDto row : rows) {