岗位上传做处理

This commit is contained in:
sh
2026-05-20 21:47:27 +08:00
parent 037b44312e
commit cc016a09a7
2 changed files with 25 additions and 6 deletions

View File

@@ -379,7 +379,7 @@
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,job_type,type,job_address,region_code,
staff_type,pass,pass_reason,job_status
staff_type,pass,pass_reason,job_status,down_time
) VALUES
<foreach collection="list" item="job" separator=",">
(
@@ -389,7 +389,7 @@
#{job.isHot}, #{job.applyNum}, #{job.description}, #{job.isPublish}, #{job.dataSource},
#{job.jobUrl}, #{job.remark}, #{job.delFlag}, #{job.createBy}, #{job.createTime},
#{job.rowId}, #{job.jobCategory},#{job.jobType},#{job.type},#{job.jobAddress},
#{job.regionCode},#{job.staffType},#{job.pass},#{job.passReason},'0'
#{job.regionCode},#{job.staffType},#{job.pass},#{job.passReason},'0',#{job.downTime}
)
</foreach>
</insert>