|
@ -96,11 +96,11 @@ public class RentHouseServiceImpl extends BaseServiceImpl<RentHouseDao, RentHous |
|
|
RentHouseEntity entity = ConvertUtils.sourceToTarget(dto, RentHouseEntity.class); |
|
|
RentHouseEntity entity = ConvertUtils.sourceToTarget(dto, RentHouseEntity.class); |
|
|
insert(entity); |
|
|
insert(entity); |
|
|
|
|
|
|
|
|
// 更新房屋的租赁状态
|
|
|
// // 更新房屋的租赁状态
|
|
|
if (dto.getNeedUpdate()) { |
|
|
// if (dto.getNeedUpdate()) {
|
|
|
IcHouseAddFormDTO formDTO = ConvertUtils.sourceToTarget(dto, IcHouseAddFormDTO.class); |
|
|
// IcHouseAddFormDTO formDTO = ConvertUtils.sourceToTarget(dto, IcHouseAddFormDTO.class);
|
|
|
govOrgOpenFeignClient.houseUpdate(formDTO); |
|
|
// govOrgOpenFeignClient.houseUpdate(formDTO);
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|