diff --git a/novel-front/src/main/java/xyz/zinglizingli/books/service/BookService.java b/novel-front/src/main/java/xyz/zinglizingli/books/service/BookService.java index 7f958c8..d0fd56b 100644 --- a/novel-front/src/main/java/xyz/zinglizingli/books/service/BookService.java +++ b/novel-front/src/main/java/xyz/zinglizingli/books/service/BookService.java @@ -124,7 +124,6 @@ public class BookService { bookService.insertIndexListAndContentList(newBookIndexList, newContentList); } - cacheUtil.del(CacheKeyConstans.NEWST_BOOK_LIST_KEY); }