|
|
@@ -2,7 +2,6 @@ package com.java110.user.bmo.rentingPool.impl;
|
|
|
|
|
|
import com.java110.dto.RoomDto;
|
|
|
import com.java110.dto.rentingPool.RentingPoolDto;
|
|
|
-import com.java110.intf.community.ICommunityInnerServiceSMO;
|
|
|
import com.java110.intf.community.IRoomInnerServiceSMO;
|
|
|
import com.java110.intf.user.IRentingPoolInnerServiceSMO;
|
|
|
import com.java110.user.bmo.rentingPool.IGetRentingPoolBMO;
|
|
|
@@ -70,7 +69,7 @@ public class GetRentingPoolBMOImpl implements IGetRentingPoolBMO {
|
|
|
if (tmpRoomDto.getRoomId().equals(rentingPoolDto.getRoomId())) {
|
|
|
rentingPoolDto.setRoomName(tmpRoomDto.getFloorNum() + "栋" + tmpRoomDto.getUnitNum() + "单元" + tmpRoomDto.getRoomNum() + "室");
|
|
|
rentingPoolDto.setBuiltUpArea(tmpRoomDto.getBuiltUpArea());
|
|
|
- rentingPoolDto.setSection(tmpRoomDto.getSection());
|
|
|
+ rentingPoolDto.setApartmentName(tmpRoomDto.getApartmentName());
|
|
|
}
|
|
|
}
|
|
|
}
|