feat(sj_1.0.0): 定时任务批次分页增加字段executor_type,executor_info
This commit is contained in:
parent
6104f3a34d
commit
de577585c5
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user