select id, title, address_id, ip, port, url, total_count, count, create_time, update_time from qw_ipad_server
insert into qw_ipad_server
id,title,address_id,ip,port,url,total_count,count,create_time,update_time,#{id},#{title},#{addressId},#{ip},#{port},#{url},#{totalCount},#{count},#{createTime},#{updateTime},
update qw_ipad_server
title = #{title},address_id = #{addressId},ip = #{ip},port = #{port},url = #{url},total_count = #{totalCount},count = #{count},create_time = #{createTime},update_time = #{updateTime},
where id = #{id}
delete from qw_ipad_server where id = #{id}
delete from qw_ipad_server where id in
#{id}