insert into xzx_user_address_info (mobile_phone, user_id, province_id, city_id, township_id, address_area, detail_address,longitude,latitude,flag,rela_phone,rela_name,del_flag,create_time) values ( #{mobilePhone}, #{userId}, #{provinceId}, #{cityId}, #{townshipId}, #{addressArea},#{detailAddress},#{longitude},#{latitude},1, #{relaPhone},#{relaName},0,SYSDATE() )