he2802 před 1 rokem
rodič
revize
2405acaf25

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/ClassGradeUserServiceImpl.java

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