select id,
name,
bus_rotocol,
data_block,
data_word,
is_delete,
create_by,
create_time,
update_by,
update_time
from PHM.PHM_MONITOR_PARAMETER_CONFIG
insert into PHM.PHM_MONITOR_PARAMETER_CONFIG
id,name,bus_rotocol,data_block,data_word,is_delete,create_by,create_time,update_by,update_time,#{id},#{name},#{busRotocol},#{dataBlock},#{dataWord},#{isDelete},#{createBy},#{createTime},#{updateBy},#{updateTime},
update PHM.PHM_MONITOR_PARAMETER_CONFIG
name = #{name},bus_rotocol = #{busRotocol},data_block = #{dataBlock},data_word = #{dataWord},is_delete = #{isDelete},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete
from PHM.PHM_MONITOR_PARAMETER_CONFIG
where id = #{id}
delete from PHM.PHM_MONITOR_PARAMETER_CONFIG where id in
#{id}