|
|
@@ -86,7 +86,6 @@
|
|
|
<if test="sflssj != null ">and sflssj = #{sflssj}</if>
|
|
|
<if test="sfdbfx != null ">and sfdbfx = #{sfdbfx}</if>
|
|
|
<if test="sfjl != null ">and sfjl = #{sfjl}</if>
|
|
|
- <if test="sfcx != null ">and sfcx = #{sfcx}</if>
|
|
|
<if test="sftj != null ">and sftj = #{sftj}</if>
|
|
|
<if test="epsg != null and epsg != ''">and epsg = #{epsg}</if>
|
|
|
<if test="year != null and year != ''">and year = #{year}</if>
|
|
|
@@ -98,6 +97,7 @@
|
|
|
<if test="ywlx != null and ywlx != ''">and ywlx = #{ywlx}</if>
|
|
|
<if test="sharestate != null and sharestate != ''">and sharestate = #{sharestate}</if>
|
|
|
<if test="geomfield != null and geomfield != ''">and geomfield = #{geomfield}</if>
|
|
|
+ AND sfcx = 1
|
|
|
</where>
|
|
|
order by sort
|
|
|
</select>
|