李昊 4 rokov pred
rodič
commit
c4d2f2f1c5

+ 1 - 0
gx_api/GxPress/Repository/GxPress.Repository.Implement/Media/MediaRepository.cs

@@ -189,6 +189,7 @@ namespace GxPress.Repository.Implement.Media
                     }
                     categoryName = categoryName.Remove(categoryName.Length - 1, 1);
                     model.CategoryName = categoryName;
+                    model.IsLibrary = result.MediaLibraryResults.Count > 0;
                     await _repository.UpdateAsync(model);
                     //删除媒体库
                     await mediaLibraryRepository.DeleteAsync(Q.Where(nameof(Entity.tede2.Media.MediaLibrary.MediaId), result.Id));