添加岗位下架功

This commit is contained in:
sh
2026-02-03 17:34:37 +08:00
parent 7bd42fa687
commit 9d0ff4cbf7

View File

@@ -389,7 +389,7 @@
</update> </update>
<select id="getJobDownList" resultType="java.util.List"> <select id="getJobDownList" resultType="java.util.List">
select job_id from job where create_time &lt;=now() and job_status='0' select job_id from job where down_time &lt;=now() and job_status='0'
</select> </select>
<update id="updateJobDown" parameterType="java.util.List"> <update id="updateJobDown" parameterType="java.util.List">