Skip to content

Commit

Permalink
upgrade doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Feb 9, 2021
1 parent 2e4c743 commit a1d4f1a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogMapper.xml
Expand Up @@ -257,17 +257,17 @@
AND t.handle_code = 0
AND t.trigger_time <![CDATA[ <= ]]> #{losedTime}
AND t2.id IS NULL;
/*
SELECT t.id
FROM xxl_job_log AS t
WHERE t.trigger_code = 200
and t.handle_code = 0
and t.trigger_time <![CDATA[ <= ]]> #{losedTime}
and t.executor_address not in (
SELECT t2.registry_value
FROM xxl_job_registry AS t2
)
*/
</select>
<!--
SELECT t.id
FROM xxl_job_log AS t
WHERE t.trigger_code = 200
and t.handle_code = 0
and t.trigger_time <![CDATA[ <= ]]> #{losedTime}
and t.executor_address not in (
SELECT t2.registry_value
FROM xxl_job_registry AS t2
)
-->

</mapper>

0 comments on commit a1d4f1a

Please sign in to comment.