java110
2021-03-18 3a583be2297a3cc98edae23577ce985a332dfc36
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -694,6 +694,12 @@
        <if test="layer !=null and layer != ''">
            and t.layer= #{layer}
        </if>
        <if test="layers != null">
            and t.layer in
            <foreach collection="layers" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="builtUpArea !=null and builtUpArea != ''">
            and t.built_up_area= #{builtUpArea}
        </if>