修改互联网抓取岗位上传-添加下架时间

This commit is contained in:
sh
2026-06-25 11:42:45 +08:00
parent 21fccf991c
commit 130a3cae81

View File

@@ -142,7 +142,7 @@
job_location_area_code, posting_date, vacancies, latitude, longitude, "view", company_id, 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, 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 create_by, create_time, row_id, job_category,job_type,type,job_address,region_code,staff_type
,pass,pass_reason,job_status ,pass,pass_reason,job_status,down_time
) VALUES ) VALUES
<foreach collection="list" item="job" separator=","> <foreach collection="list" item="job" separator=",">
( (
@@ -152,7 +152,7 @@
#{job.isHot}, #{job.applyNum}, #{job.description}, #{job.isPublish}, #{job.dataSource}, #{job.isHot}, #{job.applyNum}, #{job.description}, #{job.isPublish}, #{job.dataSource},
#{job.jobUrl}, #{job.remark}, #{job.delFlag}, #{job.createBy}, #{job.createTime}, #{job.jobUrl}, #{job.remark}, #{job.delFlag}, #{job.createBy}, #{job.createTime},
#{job.rowId}, #{job.jobCategory},#{job.jobType},#{job.type},#{job.jobAddress}, #{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> </foreach>
</insert> </insert>