|
@@ -3776,9 +3776,10 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
List<ClassPeriodStudentExportListVo> exportList = new ArrayList<>();
|
|
List<ClassPeriodStudentExportListVo> exportList = new ArrayList<>();
|
|
|
for (ClassPeriodStudentVo classPeriodStudentVo : classPeriodStudentVos) {
|
|
for (ClassPeriodStudentVo classPeriodStudentVo : classPeriodStudentVos) {
|
|
|
ClassPeriodStudentExportListVo vo = BeanUtil.toBean(classPeriodStudentVo, ClassPeriodStudentExportListVo.class);
|
|
ClassPeriodStudentExportListVo vo = BeanUtil.toBean(classPeriodStudentVo, ClassPeriodStudentExportListVo.class);
|
|
|
- vo.setStudyTime(DateUtils.timestampToDate(classPeriodStudentVo.getStudyStartTime())+"至"+DateUtils.timestampToDate(classPeriodStudentVo.getStudyEndTime()));
|
|
|
|
|
|
|
+ vo.setStudyTime(DateUtils.timestampToDateFormat(classPeriodStudentVo.getStartTime(),"yyyy-MM-dd HH:mm:ss")+"至"+DateUtils.timestampToDateFormat(classPeriodStudentVo.getEndTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
vo.setProcess((classPeriodStudentVo.getRecordNum()+classPeriodStudentVo.getStuAllNum())+"/"+(classPeriodStudentVo.getExamNum()+classPeriodStudentVo.getSecAllNum()));
|
|
vo.setProcess((classPeriodStudentVo.getRecordNum()+classPeriodStudentVo.getStuAllNum())+"/"+(classPeriodStudentVo.getExamNum()+classPeriodStudentVo.getSecAllNum()));
|
|
|
vo.setVideoProcess(classPeriodStudentVo.getStuAllNum()+"/"+classPeriodStudentVo.getSecAllNum());
|
|
vo.setVideoProcess(classPeriodStudentVo.getStuAllNum()+"/"+classPeriodStudentVo.getSecAllNum());
|
|
|
|
|
+ vo.setBusinessName(classPeriodStudentVo.getEducationName()+"-"+classPeriodStudentVo.getProjectName()+"-"+classPeriodStudentVo.getBusinessName());
|
|
|
if(classPeriodStudentVo.getPeriodStatus()==0){
|
|
if(classPeriodStudentVo.getPeriodStatus()==0){
|
|
|
vo.setPeriodStatus("未通过");
|
|
vo.setPeriodStatus("未通过");
|
|
|
}
|
|
}
|