上传岗位添加新接口以及处理上传数据等。
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user