|
@@ -92,7 +92,7 @@ public class IndexController extends BaseController {
|
|
|
|
|
|
String format = new SimpleDateFormat("yyyyMMddHHmm").format(new Date());
|
|
|
OssFileWrapper.ExportFile exportFile = ossFileService.uploadFile(templates,
|
|
|
- TeacherWrapper.ExportTeacherTemplate.class, format, "练习统计列表");
|
|
|
+ SysMusicCompareRecordQueryInfo.WechatCompareRecordExportDto.class, format, "练习统计列表");
|
|
|
return succeed(exportFile);
|
|
|
}
|
|
|
|