From 16ac61e8ee5d3a8a964a6460cb74b3a60b04ff4a Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Mon, 20 Jan 2020 15:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/xyz/zinglizingli/books/service/BookService.java | 1 - 1 file changed, 1 deletion(-) 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); }