|
@@ -62,7 +62,7 @@ public class AppRecruitFairController {
|
|
private JobCvRelService jobCvRelService;
|
|
private JobCvRelService jobCvRelService;
|
|
|
|
|
|
|
|
|
|
- @PreAuthenticated
|
|
|
|
|
|
+// @PreAuthenticated
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
@Operation(summary = "获得招聘会列表")
|
|
@Operation(summary = "获得招聘会列表")
|
|
public CommonResult<PageResult<JobFairRespVO>> list(@Valid AppJobFairPageReqVO reqVO) {
|
|
public CommonResult<PageResult<JobFairRespVO>> list(@Valid AppJobFairPageReqVO reqVO) {
|