master
le 3 weeks ago
parent 8757c54bae
commit 8936877254
  1. 2
      micro-visual/micro-xxljob/src/main/resources/mapper/xxljob/XxlJobLogMapper.xml

@ -245,7 +245,7 @@
</when> </when>
<otherwise> <otherwise>
SELECT id FROM xxl_job_log SELECT id FROM xxl_job_log
WHERE !( WHERE not(
(trigger_code in (0, 200) and handle_code = 0) (trigger_code in (0, 200) and handle_code = 0)
OR OR
(handle_code = 200) (handle_code = 200)

Loading…
Cancel
Save