|
@@ -16,7 +16,7 @@
|
|
|
</foreach>
|
|
|
</if>
|
|
|
<if test="siweiArea == true">
|
|
|
- , public.st_area(
|
|
|
+ , ROUND(public.st_area(
|
|
|
<choose>
|
|
|
<when test="srid!=null">
|
|
|
public.st_transform(geom,#{srid})
|
|
@@ -28,7 +28,7 @@
|
|
|
<if test="isGeography==true">
|
|
|
::public.geography
|
|
|
</if>
|
|
|
- ) AS siweiArea
|
|
|
+ )::numeric,2) AS siweiArea
|
|
|
</if>
|
|
|
FROM
|
|
|
"${rawTableName}"
|