@@ -47,8 +47,7 @@ public class GetDroneDataByIdService { | |||
if(airportId ==null){ | |||
throw new ServiceException("机场Id为空"); | |||
} | |||
//String tenantId = CurrentUserUtil.getTenantId(); | |||
String tenantId = "0"; | |||
String tenantId = CurrentUserUtil.getTenantId(); | |||
if(StringUtils.isEmpty(tenantId)){ | |||
throw new ServiceException("当前租户不存在"); | |||
} |