id, create_time, update_time, is_deleted, `name`, remark, is_system
delete from core_job_func where job_id=#{jobId}
insert into core_job_func(
id, create_time, update_time, is_deleted, job_id, func_id
) VALUES
(#{as.id},
now(),
now(),
0,
#{as.name},
#{as.extra}
)