select id, map_name, geojson_data, version, point_count, line_count, is_valid,
create_by, create_time, update_by, update_time
from ld_roadmap
update ld_roadmap
map_name = #{mapName},
geojson_data = #{geojsonData},
version = #{version},
point_count = #{pointCount},
line_count = #{lineCount},
is_valid = #{isValid},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}