insert into plan_routing_operation_template
(operation_template_name,
operation_template_no,
operation_template_type,
remark,
routing_operation_id,
data_type,
system_no,
mo_id)
select
operation_template_name,
operation_template_no,
operation_template_type,
remark,
routing_operation_id,
data_type,
#{no},
#{id1}
from technology_routing_operation_template where id= #{id}