|
@@ -1,5 +1,6 @@
|
|
package com.citu.module.menduner.system.controller.admin.fair;
|
|
package com.citu.module.menduner.system.controller.admin.fair;
|
|
|
|
|
|
|
|
+import com.citu.framework.apilog.core.annotation.ApiAccessLog;
|
|
import com.citu.framework.common.pojo.CommonResult;
|
|
import com.citu.framework.common.pojo.CommonResult;
|
|
import com.citu.framework.common.pojo.PageResult;
|
|
import com.citu.framework.common.pojo.PageResult;
|
|
import com.citu.framework.common.util.object.BeanUtils;
|
|
import com.citu.framework.common.util.object.BeanUtils;
|
|
@@ -30,6 +31,7 @@ import java.io.IOException;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
+import static com.citu.framework.apilog.core.enums.OperateTypeEnum.EXPORT;
|
|
import static com.citu.framework.common.pojo.CommonResult.success;
|
|
import static com.citu.framework.common.pojo.CommonResult.success;
|
|
|
|
|
|
@Tag(name = "管理后台 - 招聘会数据分析")
|
|
@Tag(name = "管理后台 - 招聘会数据分析")
|
|
@@ -77,7 +79,7 @@ public class FairAnalysisController {
|
|
|
|
|
|
|
|
|
|
@GetMapping("/user/job/cv-rel/download")
|
|
@GetMapping("/user/job/cv-rel/download")
|
|
- @Operation(summary = "用户投递的简历情况下载")
|
|
|
|
|
|
+ @ApiAccessLog(operateType = EXPORT)
|
|
public void userJobCVRelDownload
|
|
public void userJobCVRelDownload
|
|
(@Valid FairUserAnalysisReqVO reqVO, HttpServletResponse response) throws IOException {
|
|
(@Valid FairUserAnalysisReqVO reqVO, HttpServletResponse response) throws IOException {
|
|
List<UserJobCVRelExcelVo> datas = fairAnalysisService.userJobCVRelDownload(reqVO);
|
|
List<UserJobCVRelExcelVo> datas = fairAnalysisService.userJobCVRelDownload(reqVO);
|