|
@@ -366,6 +366,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> impleme
|
|
|
goodsUserVo.setOfficialLearningUrl(classGradeVo.getOfficialLearningUrl());
|
|
|
goodsUserVo.setOfficialStatus(classGradeVo.getOfficialStatus());
|
|
|
goodsUserVo.setLearnStatus(classGradeVo.getLearnStatus());
|
|
|
+ goodsUserVo.setPeriodPlush(classGradeVo.getPeriodPlush());
|
|
|
Long secLong = 0L;
|
|
|
Long studyLong = 0L;
|
|
|
SubjectStudyRecordQueryBo subjectStudyRecordQueryBo = new SubjectStudyRecordQueryBo();
|