select method_id, create_by, create_time, update_by, update_time, remark, method_name, company_id from tr_method
insert into tr_method
method_id,
create_by,
create_time,
update_by,
update_time,
remark,
method_name,
company_id,
#{methodId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{methodName},
#{companyId},
update tr_method
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
method_name = #{methodName},
company_id = #{companyId},
where method_id = #{methodId}
delete from tr_method where method_id = #{methodId}
delete from tr_method where method_id in
#{methodId}