he2802 1 rok temu
rodzic
commit
ff9d453313

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

@@ -1808,6 +1808,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
                             exportItemVo.setStatus(0);
                             exportItemVo.setDurationTime(classPeriodSectionVo.getDurationTime());
                             exportVo.setSectionType(3);
+                            exportVo.setFromPlat(vo.getFromPlat());
                             studyList.add(exportItemVo);
                         }
                         endTime = vo.getEndTime();