|
@@ -194,9 +194,6 @@
|
|
<if test="params.nature != null and params.nature != ''"><!--在建性质-->
|
|
<if test="params.nature != null and params.nature != ''"><!--在建性质-->
|
|
AND nature in (${params.nature})
|
|
AND nature in (${params.nature})
|
|
</if>
|
|
</if>
|
|
- <if test="params.nature != null and params.nature != ''"><!--在建性质-->
|
|
|
|
- AND nature = #{params.nature}
|
|
|
|
- </if>
|
|
|
|
</where>
|
|
</where>
|
|
ORDER BY a.create_time DESC
|
|
ORDER BY a.create_time DESC
|
|
</select>
|
|
</select>
|