|
@@ -1784,9 +1784,9 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
if (classPeriodSectionVo.getSectionType() == 2 || classPeriodSectionVo.getSectionType() == 3) {
|
|
if (classPeriodSectionVo.getSectionType() == 2 || classPeriodSectionVo.getSectionType() == 3) {
|
|
//默认加上直播
|
|
//默认加上直播
|
|
UserPeriodItemExportVo exportVo = new UserPeriodItemExportVo();
|
|
UserPeriodItemExportVo exportVo = new UserPeriodItemExportVo();
|
|
- exportVo.setSectionType(2);
|
|
|
|
exportVo.setStatus(0); //直播未参与
|
|
exportVo.setStatus(0); //直播未参与
|
|
exportVo.setDurationTime(classPeriodSectionVo.getRealDuration());
|
|
exportVo.setDurationTime(classPeriodSectionVo.getRealDuration());
|
|
|
|
+ exportVo.setSectionType(classPeriodSectionVo.getSectionType());
|
|
studyList.add(exportVo);
|
|
studyList.add(exportVo);
|
|
Long startTime = null;
|
|
Long startTime = null;
|
|
Long endTime = null;
|
|
Long endTime = null;
|