lihao преди 4 години
родител
ревизия
dd8dc05667
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      gx_api/GxPress/Repository/GxPress.Repository.Implement/GroupRepository.cs

+ 1 - 1
gx_api/GxPress/Repository/GxPress.Repository.Implement/GroupRepository.cs

@@ -175,7 +175,7 @@ namespace GxPress.Repository.Implement
             for (int i = 0; i < data.Count; i++)
             {
                 data[i].AvatarUrl = StringUtils.AddDomainMin(data[i].AvatarUrl);
-                if (data[i].FileCount == 0 && request.IsFiltrationBlank && data[i].AttributeValue == AttributeValueConst.File.GetHashCode())
+                if (data[i].FileCount == 0 && request.IsFiltrationBlank && data[i].AttributeValue == AttributeValueConst.Folder.GetHashCode())
                     data.Remove(data[i]);
             }
             result.Items = data;