|
@@ -182,7 +182,6 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
//classGradeStudentVo.setStudyNum(divide.multiply(new BigDecimal("100")).longValue());
|
|
|
classPeriodUserVo.setSecAllNum(secLong);
|
|
|
classPeriodUserVo.setStuAllNum(studyLong);
|
|
|
-
|
|
|
classPeriodUserVo.setPending(classPeriodUserVo.getExamNum()+classPeriodUserVo.getSecAllNum()-classPeriodUserVo.getPass()-classPeriodUserVo.getCheat());
|
|
|
}
|
|
|
return classPeriodUserVos;
|
|
@@ -395,7 +394,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
classPeriodSectionVo.setStudyStartTime(userPeriodStatusVo.getRecordStartTime());
|
|
|
classPeriodSectionVo.setStudyEndTime(userPeriodStatusVo.getRecordEndTime());
|
|
|
classPeriodSectionVo.setTypeName(userPeriodStatusVo.getTypeName());
|
|
|
- classPeriodSectionVo.setType(userPeriodStatusVo.getType());
|
|
|
+
|
|
|
classPeriodSectionVo.setStatus(userPeriodStatusVo.getStatus());
|
|
|
classPeriodSectionVo.setNumList(Convert.toLong(userPeriodStatusVos.size()));
|
|
|
classPeriodSectionVo.setNumIndex(bo.getNumIndex());
|
|
@@ -406,8 +405,10 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
classPeriodSectionVo.setPeriodId(userPeriodStatusVo.getPeriodId());
|
|
|
if (bo.getSectionId() != null) {
|
|
|
classPeriodSectionVo.setId(bo.getSectionId());
|
|
|
+ classPeriodSectionVo.setType(3L);
|
|
|
}else {
|
|
|
classPeriodSectionVo.setId(bo.getExamId());
|
|
|
+ classPeriodSectionVo.setType(4L);
|
|
|
}
|
|
|
return classPeriodSectionVo;
|
|
|
}
|