上传岗位添加新接口以及处理上传数据等。

This commit is contained in:
chenyanchang
2026-06-08 23:42:00 +08:00
parent 715cc55a8c
commit cf858f7bf5
5 changed files with 87 additions and 5 deletions

View File

@@ -129,7 +129,7 @@
job_title, min_salary, max_salary, education, experience, company_name, job_location,
job_location_area_code, posting_date, vacancies, latitude, longitude, "view", company_id,
is_hot, apply_num, description, is_publish, data_source, job_url, remark, del_flag,
create_by, create_time, row_id, job_category,jobType,job_address
create_by, create_time, row_id, job_category,job_type,job_address
) VALUES
<foreach collection="list" item="job" separator=",">
(
@@ -360,4 +360,8 @@
<update id="updateReviewStatus">
update job set review_status = #{reviewStatus} where job_id = #{jobId}
</update>
<delete id="delRowWork">
delete from row_work
</delete>
</mapper>