Your Name
2023-01-08 080b26ce2da907a8b5d2cbe4e280f57237b4f536
service-api/src/main/java/com/java110/api/smo/assetImport/impl/ImportOwnerRoomSMOImpl.java
@@ -146,6 +146,10 @@
                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) + "行身份证号不能为空");
            }