|
@@ -563,7 +563,7 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
|
563
|
563
|
tpBuildingOwnerInfo.getBuildingId(), tpBuildingOwnerInfo.getUnitId(),
|
564
|
564
|
tpBuildingOwnerInfo.getLevelId(), tpBuildingOwnerInfo.getRoomNoId());
|
565
|
565
|
if (null != hasUserVerify) {
|
566
|
|
- return;
|
|
566
|
+ throw new WisdomException("一户只能有1个户主");
|
567
|
567
|
}
|
568
|
568
|
}
|
569
|
569
|
|