添加岗位下架功
This commit is contained in:
@@ -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 <=now() and job_status='0'
|
select job_id from job where down_time <=now() and job_status='0'
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<update id="updateJobDown" parameterType="java.util.List">
|
<update id="updateJobDown" parameterType="java.util.List">
|
||||||
|
|||||||
Reference in New Issue
Block a user