|
|
@@ -4531,7 +4531,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
}
|
|
|
ExcelUtil<DangAnExamItemExportVo> util2 = new ExcelUtil<DangAnExamItemExportVo>(DangAnExamItemExportVo.class);
|
|
|
String filePath2 = goodsDirPath+"/学习记录.xlsx";
|
|
|
- util2.exportEasyExcelUtil(exportItemList,DangAnExamItemExportVo.class,filePath2);
|
|
|
+ util2.exportEasyExcelUtil(exportItemList ,DangAnExamItemExportVo.class,filePath2);
|
|
|
}
|
|
|
return true;
|
|
|
}
|