Commit 21b042cc authored by 周健威's avatar 周健威

修改代码

parent 2f0a8295
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<if test="oldId == null"> <if test="oldId == null">
ridt_temp.unrange ridt_temp.unrange
</if> </if>
, area_temp.geom), cast(st_area(ST_Intersection( , area_temp.geom) as unrange, cast(st_area(ST_Intersection(
<if test="oldId != null"> <if test="oldId != null">
st_union(ridt_temp.unrange, oric_temp.range) st_union(ridt_temp.unrange, oric_temp.range)
</if> </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