|
@@ -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));
|