feat: expose external job source in list API

This commit is contained in:
2026-07-21 18:01:28 +08:00
parent e0fc7c87b5
commit 17533c381a

View File

@@ -31,6 +31,8 @@
<result property="isHot" column="is_hot" />
<result property="isUrgent" column="is_urgent" />
<result property="dataSource" column="data_source" />
<result property="externalSourceCode" column="external_source_code" />
<result property="externalSourceName" column="external_source_name" />
<result property="jobUrl" column="job_url" />
<result property="rowId" column="row_id" />
<result property="jobCategory" column="job_category" />
@@ -120,7 +122,7 @@
work_schedule, education, experience, company_name, job_location, posting_date, vacancies,
del_flag, create_by, create_time, update_by, update_time, remark, latitude, longitude, "view",
company_id, is_hot, is_urgent, apply_num, is_publish, description, job_location_area_code,
data_source, job_url, job_category, is_explain, explain_url, cover, job_type, job_address,
data_source, external_source_code, external_source_name, job_url, job_category, is_explain, explain_url, cover, job_type, job_address,
review_status, is_key_populations, key_populations
from job
</sql>