| | |
| | | throw new IllegalArgumentException((roomIndex + 1) + "行手机号不能为空"); |
| | | } |
| | | |
| | | if (importOwnerRoomDto.getTel().length() > 11) { |
| | | throw new IllegalArgumentException((roomIndex + 1) + "行手机号超过11位,请核实"); |
| | | } |
| | | |
| | | if (StringUtil.isEmpty(importOwnerRoomDto.getIdCard())) { |
| | | throw new IllegalArgumentException((roomIndex + 1) + "行身份证号不能为空"); |
| | | } |
| | |
| | | if (tmpImportOwnerRoomDto.getFloorNum().equals(importOwnerRoomDto.getFloorNum()) |
| | | && tmpImportOwnerRoomDto.getUnitNum().equals(importOwnerRoomDto.getUnitNum()) |
| | | && tmpImportOwnerRoomDto.getRoomNum().equals(importOwnerRoomDto.getRoomNum()) |
| | | && OwnerDto.OWNER_TYPE_CD_OWNER.equals(tmpImportOwnerRoomDto.getOwnerTypeCd())) { |
| | | && OwnerDto.OWNER_TYPE_CD_OWNER.equals(importOwnerRoomDto.getOwnerTypeCd())) { |
| | | hasOwnerType = true; |
| | | } |
| | | } |