|
@@ -4429,6 +4429,11 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
item.setServiceTimeTxt(DateUtils.timestampToDateFormat(vo.getServiceStartTime(),"yyyy-MM-dd HH:mm:ss")+"至"+DateUtils.timestampToDateFormat(vo.getServiceEndTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
item.setServiceTimeTxt(DateUtils.timestampToDateFormat(vo.getServiceStartTime(),"yyyy-MM-dd HH:mm:ss")+"至"+DateUtils.timestampToDateFormat(vo.getServiceEndTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
item.setProcess(vo.getStuAllNum()+"/"+vo.getSectionNum());
|
|
item.setProcess(vo.getStuAllNum()+"/"+vo.getSectionNum());
|
|
|
item.setVideoProcess(vo.getStuAllNum()+"/"+vo.getSectionNum());
|
|
item.setVideoProcess(vo.getStuAllNum()+"/"+vo.getSectionNum());
|
|
|
|
|
+ if(Validator.isNotEmpty(vo.getGoodsStatus())&&vo.getGoodsStatus()==1){
|
|
|
|
|
+ item.setStatus("正常");
|
|
|
|
|
+ }else{
|
|
|
|
|
+ item.setStatus("无效");
|
|
|
|
|
+ }
|
|
|
exportList.add(item);
|
|
exportList.add(item);
|
|
|
}
|
|
}
|
|
|
ExcelUtil<DangAnLiveListExportVo> util = new ExcelUtil<DangAnLiveListExportVo>(DangAnLiveListExportVo.class);
|
|
ExcelUtil<DangAnLiveListExportVo> util = new ExcelUtil<DangAnLiveListExportVo>(DangAnLiveListExportVo.class);
|