|
@@ -3866,7 +3866,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
ExcelUtil<DangAnStudentExportAllVo> util2 = new ExcelUtil<DangAnStudentExportAllVo>(DangAnStudentExportAllVo.class);
|
|
ExcelUtil<DangAnStudentExportAllVo> util2 = new ExcelUtil<DangAnStudentExportAllVo>(DangAnStudentExportAllVo.class);
|
|
|
- String filePath2 = goodsDirPath+"/学习记录.xlsx";
|
|
|
|
|
|
|
+ String filePath2 = goodsDirPath+"/学习记录"+DateUtils.getNowTime()+".xlsx";
|
|
|
util2.exportEasyExcelUtil(studyList,DangAnStudentExportAllVo.class,filePath2);
|
|
util2.exportEasyExcelUtil(studyList,DangAnStudentExportAllVo.class,filePath2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -4290,7 +4290,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- String goodsPeriodPath = goodsDirPath+"/学时记录.xlsx";
|
|
|
|
|
|
|
+ String goodsPeriodPath = goodsDirPath+"/学时记录"+DateUtils.getNowTime()+".xlsx";
|
|
|
ExcelUtil<DangAnPeriodExportAllVo> util3 = new ExcelUtil<DangAnPeriodExportAllVo>(DangAnPeriodExportAllVo.class);
|
|
ExcelUtil<DangAnPeriodExportAllVo> util3 = new ExcelUtil<DangAnPeriodExportAllVo>(DangAnPeriodExportAllVo.class);
|
|
|
util3.exportEasyExcelUtil(studyList,DangAnPeriodExportAllVo.class,goodsPeriodPath);
|
|
util3.exportEasyExcelUtil(studyList,DangAnPeriodExportAllVo.class,goodsPeriodPath);
|
|
|
}
|
|
}
|
|
@@ -4459,7 +4459,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
ExcelUtil<DangAnStudentExportAllVo> util2 = new ExcelUtil<DangAnStudentExportAllVo>(DangAnStudentExportAllVo.class);
|
|
ExcelUtil<DangAnStudentExportAllVo> util2 = new ExcelUtil<DangAnStudentExportAllVo>(DangAnStudentExportAllVo.class);
|
|
|
- String filePath2 = goodsDirPath+"/直播记录.xlsx";
|
|
|
|
|
|
|
+ String filePath2 = goodsDirPath+"/直播记录"+DateUtils.getNowTime()+".xlsx";
|
|
|
util2.exportEasyExcelUtil(studyList,DangAnStudentExportAllVo.class,filePath2);
|
|
util2.exportEasyExcelUtil(studyList,DangAnStudentExportAllVo.class,filePath2);
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|
|
@@ -4544,7 +4544,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
ExcelUtil<DangAnExamItemExportVo> util2 = new ExcelUtil<DangAnExamItemExportVo>(DangAnExamItemExportVo.class);
|
|
ExcelUtil<DangAnExamItemExportVo> util2 = new ExcelUtil<DangAnExamItemExportVo>(DangAnExamItemExportVo.class);
|
|
|
- String filePath2 = goodsDirPath+"/学习记录.xlsx";
|
|
|
|
|
|
|
+ String filePath2 = goodsDirPath+"/学习记录"+DateUtils.getNowTime()+".xlsx";
|
|
|
util2.exportEasyExcelUtil(exportItemList ,DangAnExamItemExportVo.class,filePath2);
|
|
util2.exportEasyExcelUtil(exportItemList ,DangAnExamItemExportVo.class,filePath2);
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|