吴学文
2019-07-06 8a524787c88a9128cc69af890d4181a01aad0e8c
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>