|
@@ -485,6 +485,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
section.setGoodsId(bo.getGoodsId());
|
|
section.setGoodsId(bo.getGoodsId());
|
|
section.setGradeId(bo.getGradeId());
|
|
section.setGradeId(bo.getGradeId());
|
|
section.setUserId(bo.getUserId());
|
|
section.setUserId(bo.getUserId());
|
|
|
|
+ section.setCourseId(bo.getCourseId());
|
|
section.setStudyStatus(baseMapper.getStudyStatus(section));
|
|
section.setStudyStatus(baseMapper.getStudyStatus(section));
|
|
}
|
|
}
|
|
return sectionList;
|
|
return sectionList;
|