upgrade doc

This commit is contained in:
xueli.xue 2021-02-09 16:16:54 +08:00
parent 2e4c743bd1
commit a1d4f1aeda
1 changed files with 11 additions and 11 deletions

View File

@ -257,7 +257,8 @@
AND t.handle_code = 0
AND t.trigger_time <![CDATA[ <= ]]> #{losedTime}
AND t2.id IS NULL;
/*
</select>
<!--
SELECT t.id
FROM xxl_job_log AS t
WHERE t.trigger_code = 200
@ -267,7 +268,6 @@
SELECT t2.registry_value
FROM xxl_job_registry AS t2
)
*/
</select>
-->
</mapper>