修改评分标准 回滚点
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<result column="region_name" property="regionName"/>
|
||||
<result column="category_id" property="categoryId"/>
|
||||
<result column="category_name" property="categoryName"/>
|
||||
<result column="company_industry_id" property="companyIndustryId"/>
|
||||
</resultMap>
|
||||
|
||||
<select id="selectJobPage" resultMap="JobListItemVoMap">
|
||||
@@ -51,6 +52,7 @@
|
||||
c.company_type,
|
||||
c.logo_url AS company_logo_url,
|
||||
c.tags AS company_tags,
|
||||
c.industry_id AS company_industry_id,
|
||||
c.region_code,
|
||||
r.name AS region_name,
|
||||
cat.id AS category_id,
|
||||
|
||||
Reference in New Issue
Block a user