insert into tb_pluss_wx_city_info(cityCode,cityName)VALUES(#{cityCode},#{cityName})
insert into tb_pluss_wx_city_info(cityCode,cityName) VALUES
(#{cityCode},#{cityName} )
update tb_pluss_wx_city_info
cityCode = #{cityCode},
cityName = #{cityName}
where id=#{id}
DELETE FROM tb_pluss_wx_city_info where id=#{id}