|
|
|
@ -8,12 +8,11 @@
|
|
|
|
|
insert into land_listed_lon_lat( |
|
|
|
|
land_listed_id, anno_id, land_code, name, land_lon_lat, line_width, line_color, |
|
|
|
|
line_opaqueness, fill_color, fill_opaqueness, status_cd, status_date, create_user_id, |
|
|
|
|
create_date, update_user_id, update_date, remark, geom) |
|
|
|
|
create_date, update_user_id, update_date, remark) |
|
|
|
|
values( |
|
|
|
|
#{landListedId}, #{annoId}, #{landCode}, #{name}, #{landLonLat}, #{lineWidth}, #{lineColor} |
|
|
|
|
, #{lineOpaqueness}, #{fillColor}, #{fillOpaqueness}, #{statusCd}, now(), #{createUserId} |
|
|
|
|
, now(), #{updateUserId}, now(), #{remark}, ST_GeometryFromText(#{geom}) |
|
|
|
|
) |
|
|
|
|
, now(), #{updateUserId}, now(), #{remark}) |
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
|
<select id="getLandListedLonLat" resultType="com.air.land.entity.LandListedLonLat"> |
|
|
|
|