@@ -114,7 +114,7 @@ public class CheckCurrenUserAspect {
|| !currentUser.getCompanyId().equals(sceneUser.getCompanyId())){
throw new BusinessException(ErrorCode.FAILURE_CODE_5014);
}else{
-
+ return;
}