|
|
|
@ -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());
|
|
|
|
|
}
|
|
|
|
|