select id, config_name, monitor_start_time, resource_type, business_code, business_name, deploy_device, create_time, update_time, create_by, update_by from rm_monitor_config
insert into rm_monitor_config
config_name,
monitor_start_time,
resource_type,
business_code,
business_name,
deploy_device,
create_time,
update_time,
create_by,
update_by,
#{configName},
#{monitorStartTime},
#{resourceType},
#{businessCode},
#{businessName},
#{deployDevice},
#{createTime},
#{updateTime},
#{createBy},
#{updateBy},
update rm_monitor_config
config_name = #{configName},
monitor_start_time = #{monitorStartTime},
resource_type = #{resourceType},
business_code = #{businessCode},
business_name = #{businessName},
deploy_device = #{deployDevice},
create_time = #{createTime},
update_time = #{updateTime},
create_by = #{createBy},
update_by = #{updateBy},
where id = #{id}
delete from rm_monitor_config where id = #{id}
delete from rm_monitor_config where id in
#{id}