切入控制面
This commit is contained in:
@@ -62,6 +62,7 @@ public class JobController {
|
||||
* <p>未登录用户没有简历和求职意向,匹配度几乎全部相同,排序无意义,直接退回 /job/list 的最新排序</p>
|
||||
*/
|
||||
@PostMapping("/list/match")
|
||||
@FuncPermission(value = "job_list", key = "#param.pageNum")
|
||||
public PageResult<JobDto> listJobsByMatch(@Validated @RequestBody JobQueryParam param) {
|
||||
|
||||
Long userId = 0L;
|
||||
|
||||
Reference in New Issue
Block a user