修改评分标准 回滚点

This commit is contained in:
zk
2026-07-13 21:40:52 +08:00
parent 9e01a5aeac
commit 0a413be803
6 changed files with 165 additions and 12 deletions
@@ -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,