From 999616a0cda0ad6ae10ed99437cd6012b7b3b14f Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Thu, 23 Jan 2025 13:36:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=87=E7=BA=B3=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcwl-admin/src/main/resources/application.yml | 2 +- .../service/impl/QuestionCommentServiceImpl.java | 5 +++++ .../main/resources/mapper/communityCenter/QuestionMapper.xml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mcwl-admin/src/main/resources/application.yml b/mcwl-admin/src/main/resources/application.yml index bd406ad..28ceed3 100644 --- a/mcwl-admin/src/main/resources/application.yml +++ b/mcwl-admin/src/main/resources/application.yml @@ -74,7 +74,7 @@ token: # 令牌密钥 secret: abcdefghijklmnopqrstuvwxyz # 令牌有效期(默认30分钟) - expireTime: 1440 + expireTime: 43200 # MyBatis Plus配置 mybatis-plus: diff --git a/mcwl-communityCenter/src/main/java/com/mcwl/communityCenter/service/impl/QuestionCommentServiceImpl.java b/mcwl-communityCenter/src/main/java/com/mcwl/communityCenter/service/impl/QuestionCommentServiceImpl.java index 7aaf1fc..5403953 100644 --- a/mcwl-communityCenter/src/main/java/com/mcwl/communityCenter/service/impl/QuestionCommentServiceImpl.java +++ b/mcwl-communityCenter/src/main/java/com/mcwl/communityCenter/service/impl/QuestionCommentServiceImpl.java @@ -113,6 +113,11 @@ public class QuestionCommentServiceImpl extends ServiceImpl