feat(sj_1.0.0): 定时任务批次分页增加字段executor_type,executor_info

This commit is contained in:
dhb52 2024-05-05 16:46:44 +08:00
parent 6104f3a34d
commit de577585c5

View File

@ -21,7 +21,9 @@
b.job_name, b.job_name,
b.task_type, b.task_type,
b.block_strategy, b.block_strategy,
b.trigger_type b.trigger_type,
b.executor_type,
b.executor_info
FROM sj_job_task_batch a FROM sj_job_task_batch a
JOIN sj_job b ON a.job_id = b.id JOIN sj_job b ON a.job_id = b.id
${ew.customSqlSegment} ${ew.customSqlSegment}