select id, area_code, stcd, ip, update_time from netty_upgrade_stcd_info
insert into netty_upgrade_stcd_info
id,area_code,stcd,ip,update_time,#{id},#{areaCode},#{stcd},#{ip},#{updateTime},
update netty_upgrade_stcd_info
area_code = #{areaCode},stcd = #{stcd},ip = #{ip},update_time = #{updateTime},
where id = #{id}
delete from netty_upgrade_stcd_info where id = #{id}
delete from netty_upgrade_stcd_info where id in
#{id}