Browse Source

fix tenant

pull/881/head
colin 2 years ago
parent
commit
7877e951a8
  1. 2
      aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Application.Contracts/LINGYUN/Abp/OssManagement/GetFileMultiTenancyInput.cs

2
aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Application.Contracts/LINGYUN/Abp/OssManagement/GetFileMultiTenancyInput.cs

@ -12,7 +12,7 @@ public abstract class GetFileMultiTenancyInput
public virtual Guid? GetTenantId(ICurrentTenant currentTenant)
{
if (TenantId.IsNullOrWhiteSpace())
if (!TenantId.IsNullOrWhiteSpace())
{
if ("g".Equals(TenantId, StringComparison.InvariantCultureIgnoreCase))
{

Loading…
Cancel
Save