修改练习模式详情展示和导出功能

newBigdata
xiaoCJ 11 months ago
parent 316f678242
commit 4654208edc

@ -175,7 +175,7 @@ public class TeaGradeManageServiceImpl implements ITeaGradeManageService {
BigDecimal moduleScore = getModuleScore(stuTrainingWithBLOB);
SysCourseChapter sysCourseChapter = sysCourseChapterMapper.selectByPrimaryKey(stuTrainingWithBLOB.getChapterId());
TeaTrainingDto newData = new TeaTrainingDto();
BeanUtils.copyProperties(stuTrainingWithBLOBs, newData);
BeanUtils.copyProperties(stuTrainingWithBLOB, newData);
if (sysCourseChapter != null) {
newData.setTaskModule(sysCourseChapter.getChapterName());
}

Loading…
Cancel
Save