shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
CommunityService/src/main/java/com/java110/community/dao/IRoomServiceDao.java
@@ -88,6 +88,14 @@
     */
    int queryRoomsWithOutSellByCommunityIdCount(Map info);
    /**
     * 查询小区房屋(未销售)总数
     *
     * @param info 小区房屋信息
     * @return 小区房屋数量
     */
    int queryRoomsWithSellByCommunityIdCount(Map info);
    /**
     * 查询小区房屋信息
@@ -118,4 +126,14 @@
     */
    List<Map> getRoomInfoWithOutSellByCommunityId(Map info);
    /**
     * 查询小区房屋信息
     * 根据bId 查询小区房屋信息
     *
     * @param info bId 信息
     * @return 小区房屋信息
     */
    List<Map> getRoomInfoWithSellByCommunityId(Map info);
}