|
@@ -210,7 +210,7 @@ public class RecruiterApiController {
|
|
|
@PostMapping("loadInterestList")
|
|
|
@ApiOperation(value = "招聘方[对您感兴趣]")
|
|
|
@ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "id", value = "id", required = false, paramType = "form")
|
|
|
+ @ApiImplicitParam(name = "id", value = "id", required = true, paramType = "query")
|
|
|
})
|
|
|
public MessageResult<Map> loadInterestList(
|
|
|
String id,String token,
|
|
@@ -224,7 +224,7 @@ public class RecruiterApiController {
|
|
|
Map<String,Object> searchParams = new HashMap<>();
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
- sortList.add(new Sort("jre.create_time","desc"));
|
|
|
+ sortList.add(new Sort("jub.create_time","desc"));
|
|
|
|
|
|
if (StringUtils.isNotEmpty(id)) {
|
|
|
searchParams.put("id","%" + id + "%");
|