|
@@ -958,6 +958,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
section.setGradeId(bo.getGradeId());
|
|
|
section.setUserId(bo.getUserId());
|
|
|
section.setCourseId(bo.getCourseId());
|
|
|
+ section.setOrderGoodsId(bo.getOrderGoodsId());
|
|
|
if(section.getType()<4){
|
|
|
section.setStudyStatus(baseMapper.getStudyStatus(section));
|
|
|
}else{
|