|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
t.update_time |
|
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
<select id="findDead" parameterType="java.lang.Integer" resultType="java.lang.Integer" > |
|
|
|
|
<select id="findDead" parameterType="java.util.HashMap" resultType="java.lang.Integer" > |
|
|
|
|
SELECT t.id |
|
|
|
|
FROM xxl_job_registry AS t |
|
|
|
|
WHERE t.update_time <![CDATA[ < ]]> DATE_ADD(#{nowTime},INTERVAL -#{timeout} SECOND) |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
</foreach> |
|
|
|
|
</delete> |
|
|
|
|
|
|
|
|
|
<select id="findAll" parameterType="java.lang.Integer" resultMap="XxlJobRegistry"> |
|
|
|
|
<select id="findAll" parameterType="java.util.HashMap" resultMap="XxlJobRegistry"> |
|
|
|
|
SELECT <include refid="Base_Column_List" /> |
|
|
|
|
FROM xxl_job_registry AS t |
|
|
|
|
WHERE t.update_time <![CDATA[ > ]]> DATE_ADD(#{nowTime},INTERVAL -#{timeout} SECOND) |
|
|
|
|