修改查询下架岗位sql

This commit is contained in:
sh
2026-04-02 13:08:52 +08:00
parent 403e43944e
commit ebd681e99b
3 changed files with 3 additions and 4 deletions

View File

@@ -391,7 +391,7 @@
update job set job_status=#{jobStatus},down_time=#{downTime},update_time=#{updateTime},update_by=#{updateBy} where job_id=#{jobId}
</update>
<select id="getJobDownList" resultType="java.util.List">
<select id="getJobDownList" resultType="java.lang.Long">
select job_id from job where down_time &lt;=now() and job_status='0'
</select>