Browse Source

update 订单导出加上教务老师

周箭河 4 years ago
parent
commit
4da41d9122

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ExportServiceImpl.java

@@ -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) {