|
|
@ -1213,7 +1213,6 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
if (!isResiFlag.success()){ |
|
|
|
throw new EpmetException("查询是否注册居民失败..."); |
|
|
|
} |
|
|
|
// todo 未注册居民不允许随手拍、随时讲
|
|
|
|
if (!isResiFlag.getData()){ |
|
|
|
throw new EpmetException(EpmetErrorCode.NOT_REGEIST_RESI.getCode()); |
|
|
|
} |
|
|
|