Commit 2f0a8295 authored by 周健威's avatar 周健威

修改代码

parent 19ad99b3
......@@ -105,7 +105,14 @@
from
( select ridt_temp.unrange, cast(st_area(ST_Intersection(
( select ST_Intersection(
<if test="oldId != null">
st_union(ridt_temp.unrange, oric_temp.range)
</if>
<if test="oldId == null">
ridt_temp.unrange
</if>
, area_temp.geom), cast(st_area(ST_Intersection(
<if test="oldId != null">
st_union(ridt_temp.unrange, oric_temp.range)
</if>
......
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