Commit 77012366 authored by 周健威's avatar 周健威

修改代码

parent ffcdba84
......@@ -68,7 +68,7 @@
select geom from rscp_area_info rai
<where>
<if test="areaCode != null">
and rai.admincode = #{areaCode}
and rai.admincode = ''||#{areaCode}
</if>
</where>
) area_temp
......
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