select
id,
name,
config_info,
create_by,
create_time,
update_by,
update_time,
remark,
code,
data_type,
show_alarm,
category_id
from sys_standard_parameters
insert into sys_standard_parameters
id,name,config_info,create_by,create_time,update_by,update_time,remark,code,data_type,show_alarm,category_id,#{id},#{name},#{configInfo},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},#{code},#{dataType},#{showAlarm},#{categoryId},
update sys_standard_parameters
name = #{name},config_info = #{configInfo},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},code = #{code},data_type = #{dataType},show_alarm = #{showAlarm},
where id = #{id}
delete from sys_standard_parameters where id = #{id}
delete from sys_standard_parameters where id in
#{id}