| | |
| | | description = "对应后台 业主退房房屋功能", |
| | | httpMethod = "post", |
| | | url = "http://{ip}:{port}/app/room.exitRoom", |
| | | resource = "roomDoc", |
| | | resource = "communityDoc", |
| | | author = "吴学文", |
| | | serviceCode = "room.exitRoom" |
| | | serviceCode = "room.exitRoom", |
| | | seq = 19 |
| | | ) |
| | | |
| | | @Java110ParamsDoc(params = { |
| | |
| | | businessUnit.put("relId", ownerRoomRelDtos.get(0).getRelId()); |
| | | //businessUnit.put("userId", dataFlowContext.getRequestCurrentHeaders().get(CommonConstant.HTTP_USER_ID)); |
| | | OwnerRoomRelPo roomPo = BeanConvertUtil.covertBean(businessUnit, OwnerRoomRelPo.class); |
| | | |
| | | roomPo.setOwnerId(ownerRoomRelDtos.get(0).getOwnerId()); |
| | | int flag = ownerRoomRelV1InnerServiceSMOImpl.deleteOwnerRoomRel(roomPo); |
| | | |
| | | if (flag < 1) { |