Commit ad99b819 authored by hanbing's avatar hanbing

适配车道数据表新增字段

parent 3def67df
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
insert into t_base_lane_info(id,code,sort,type,dir,turn,category,cross_id,rid,length,width,wkt) insert into t_base_lane_info(id,code,sort,type,dir,turn,category,cross_id,rid,length,width,wkt)
values values
<foreach collection="entities" item="entity" separator=","> <foreach collection="entities" item="entity" separator=",">
(#{entity.id},#{entity.code},#{entity.sort},#{entity.type},#{entity.dir},#{entity.turn},#{entity.category},#{entity.crossId},#{entity.rid},#{entity.length},#{entity.width},#{wkt}) (#{entity.id},#{entity.code},#{entity.sort},#{entity.type},#{entity.dir},#{entity.turn},#{entity.category},#{entity.crossId},#{entity.rid},#{entity.length},#{entity.width},#{entity.wkt})
</foreach> </foreach>
</insert> </insert>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment