|
@@ -1,5 +1,6 @@
|
|
package com.citu.module.menduner.system.service.fair;
|
|
package com.citu.module.menduner.system.service.fair;
|
|
|
|
|
|
|
|
+import cn.hutool.core.date.DateUtil;
|
|
import com.citu.framework.common.pojo.PageResult;
|
|
import com.citu.framework.common.pojo.PageResult;
|
|
import com.citu.module.menduner.system.controller.base.CommonRespVO;
|
|
import com.citu.module.menduner.system.controller.base.CommonRespVO;
|
|
import com.citu.module.menduner.system.controller.base.analysis.RecruitAnalysisPageReqVO;
|
|
import com.citu.module.menduner.system.controller.base.analysis.RecruitAnalysisPageReqVO;
|
|
@@ -126,7 +127,7 @@ public class FairAnalysisServiceImpl implements FairAnalysisService {
|
|
UserJobCVRelExcelVo excelVo = new UserJobCVRelExcelVo();
|
|
UserJobCVRelExcelVo excelVo = new UserJobCVRelExcelVo();
|
|
excelVo.setStudentName(item.getPerson().getName());
|
|
excelVo.setStudentName(item.getPerson().getName());
|
|
excelVo.setDeliverJob(item.getJob().getName());
|
|
excelVo.setDeliverJob(item.getJob().getName());
|
|
- excelVo.setDeliverDate(item.getCreateTime().toString());
|
|
|
|
|
|
+ excelVo.setDeliverDate(DateUtil.formatLocalDateTime(item.getCreateTime()));
|
|
excelVo.setDeliverEnterpriseName(item.getEnterpriseName());
|
|
excelVo.setDeliverEnterpriseName(item.getEnterpriseName());
|
|
excelVo.setInterviewStatus(dictMap.get(item.getStatus()));
|
|
excelVo.setInterviewStatus(dictMap.get(item.getStatus()));
|
|
//学校,专业
|
|
//学校,专业
|