修改问题
This commit is contained in:
@@ -29,7 +29,7 @@ public class ESJobSearch extends Job
|
||||
|
||||
private String radius;
|
||||
|
||||
@ApiModelProperty("排序方式 0:推荐 1:最热 2:最新发布")
|
||||
@ApiModelProperty("排序方式 0:推荐 1:最热 2:最新发布 3:最大薪资")
|
||||
private Integer order;
|
||||
|
||||
//商圈id
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
|
||||
<mapper namespace="com.sinosoft.mapper.unit.UserWorkExperiencesMapper">
|
||||
<mapper namespace="com.ruoyi.cms.mapper.UserWorkExperiencesMapper">
|
||||
|
||||
<!-- 可根据自己的需求,是否要使用 -->
|
||||
<resultMap type="userWorkExperiences" id="userWorkExperiencesResult">
|
||||
|
Reference in New Issue
Block a user