吴学文
2019-07-09 cf5c100a7f818e3e704911c39c8595c2d6433cee
java110-db/src/main/resources/mapper/room/RoomServiceDaoImplMapper.xml
@@ -134,7 +134,14 @@
</if> 
<if test="roomId !=null and roomId != ''">
   and t.room_id= #{roomId}
</if>
</if>
<if test="roomIds != null">
    and t.room_id in
    <foreach collection="roomIds" item="item" open="(" close=")" separator=",">
        #{item}
    </foreach>
</if>
<if test="layer !=null and layer != ''">
   and t.layer= #{layer}
</if>