@@ -241,7 +241,7 @@
and jr.wage_type like #{searchParams.monthlySalary}
</if>
<if test="searchParams.workExperience != null">
- and sddd.name_ like #{searchParams.workExperience}
+ and jr.work_year like #{searchParams.workExperience}
<if test="searchParams.education != null">
and jr.education_ like #{searchParams.education}
@@ -51,7 +51,7 @@ public class UserBrowseHrApiController {
@PostMapping("pageListHR")
@ApiOperation(value = "浏览记录")
@ApiImplicitParams({
- @ApiImplicitParam(name = "positionName", value = "职位名称关键字", required = false, paramType = "form")
+ @ApiImplicitParam(name = "positionName", value = "职位名称关键字", required = false, paramType = "query")
})
public MessageResult<Map> pageListHR(
String token,String positionName,String positionCategoryId,Integer age,String sex,