select id,
task_type_id,
task_type_name,
task_partition_name,
task_partition_code,
second_classify_describe,
execution_time,
task_partition_sort,
task_partition_remark,
create_by,
create_time,
update_by,
update_time
from task_partition_dict
insert into task_partition_dict
task_type_id,
task_type_name,
task_partition_name,
task_partition_code,
second_classify_describe,
execution_time,
task_partition_sort,
task_partition_remark,
create_by,
create_time,
update_by,
update_time,
#{taskTypeId},
#{taskTypeName},
#{taskPartitionName},
#{taskPartitionCode},
#{secondClassifyDescribe},
#{executionTime},
#{taskPartitionSort},
#{taskPartitionRemark},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update task_partition_dict
task_type_id =
#{taskTypeId},
task_type_name =
#{taskTypeName},
task_partition_name =
#{taskPartitionName},
task_partition_code =
#{taskPartitionCode},
second_classify_describe =
#{secondClassifyDescribe},
execution_time =
#{executionTime},
task_partition_sort =
#{taskPartitionSort},
task_partition_remark =
#{taskPartitionRemark},
create_by =
#{createBy},
create_time =
#{createTime},
update_by =
#{updateBy},
update_time =
#{updateTime},
where id = #{id}
delete
from task_partition_dict
where id = #{id}
delete from task_partition_dict where id in
#{id}