|
@@ -1541,8 +1541,8 @@ public class ExportServiceImpl implements ExportService {
|
|
queryInfo.setOrganId(organizationService.getEmployeeOrgan(queryInfo.getOrganId()));
|
|
queryInfo.setOrganId(organizationService.getEmployeeOrgan(queryInfo.getOrganId()));
|
|
List<ClassGroupTeachersDto> rows = classGroupService.queryClassGroupPage(queryInfo).getRows();
|
|
List<ClassGroupTeachersDto> rows = classGroupService.queryClassGroupPage(queryInfo).getRows();
|
|
checkRows(rows);
|
|
checkRows(rows);
|
|
- ManagerDownload managerDownload = saveManagerDownload(ExportTypeEnum.EXPORT_CLOUD_TEACHER_SUM,user.getId());
|
|
|
|
- return this.asyncExport(() -> this.initExportInfo(rows, managerDownload,ExportEnum.EXPORT_CLOUD_TEACHER_SUM),
|
|
|
|
|
|
+ ManagerDownload managerDownload = saveManagerDownload(ExportTypeEnum.CLASS_GROUP,user.getId());
|
|
|
|
+ return this.asyncExport(() -> this.initExportInfo(rows, managerDownload,ExportEnum.CLASS_GROUP),
|
|
managerDownload.getName());
|
|
managerDownload.getName());
|
|
}
|
|
}
|
|
|
|
|