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