From 907e2b4583af437517be7e28c13f985dedad51b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=99=A8=E8=BD=A9?= <208327@nbcb.com> Date: Tue, 10 Oct 2023 14:46:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=B8=96=E5=AD=90=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/linfeng/modules/admin/controller/PostController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/linfeng/modules/admin/controller/PostController.java b/src/main/java/io/linfeng/modules/admin/controller/PostController.java index a07a815..eab9c40 100644 --- a/src/main/java/io/linfeng/modules/admin/controller/PostController.java +++ b/src/main/java/io/linfeng/modules/admin/controller/PostController.java @@ -91,5 +91,6 @@ public class PostController { postService.deleteByAdmin(Arrays.asList(ids)); return R.ok(); } + } From 9f6436d65baaa189958fd5381ba84fd82b8ef9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=99=A8=E8=BD=A9?= <208327@nbcb.com> Date: Thu, 12 Oct 2023 09:42:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/linfeng/modules/app/service/PostCollectionService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java b/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java index 95abf81..0a1acda 100644 --- a/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java +++ b/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java @@ -38,5 +38,6 @@ public interface PostCollectionService extends IService { void cancelCollection(AddCollectionForm request, AppUserEntity user); List getPostListByUid(Integer uid); + } From 4b24c0db5d6067f4e51dfc6650ccc78097d2c318 Mon Sep 17 00:00:00 2001 From: linfeng Date: Thu, 12 Oct 2023 14:17:45 +0800 Subject: [PATCH 3/3] update post.vue --- .../src/views/modules/admin/post.vue | 26 +++++-------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/main/resources/static/linfeng-community-vue/src/views/modules/admin/post.vue b/src/main/resources/static/linfeng-community-vue/src/views/modules/admin/post.vue index 36a5118..1a63bb8 100644 --- a/src/main/resources/static/linfeng-community-vue/src/views/modules/admin/post.vue +++ b/src/main/resources/static/linfeng-community-vue/src/views/modules/admin/post.vue @@ -44,7 +44,6 @@ @@ -55,7 +54,7 @@ - +