From fa542d1569b4f1ad040bf8cedd6dd23fe381d576 Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Wed, 15 Jan 2025 16:51:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A4=BE=E5=8C=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {mcwl-knowledgePlanet => mcwl-communityCenter}/pom.xml | 6 +++++- .../resource/service/impl/WorkFlowCommentServiceImpl.java | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) rename {mcwl-knowledgePlanet => mcwl-communityCenter}/pom.xml (87%) diff --git a/mcwl-knowledgePlanet/pom.xml b/mcwl-communityCenter/pom.xml similarity index 87% rename from mcwl-knowledgePlanet/pom.xml rename to mcwl-communityCenter/pom.xml index 6657770..32d525a 100644 --- a/mcwl-knowledgePlanet/pom.xml +++ b/mcwl-communityCenter/pom.xml @@ -9,7 +9,11 @@ 3.8.8 - mcwl-knowledgePlanet + + 社区中心 + + + mcwl-communityCenter 8 diff --git a/mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowCommentServiceImpl.java b/mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowCommentServiceImpl.java index efc85c7..66a2546 100644 --- a/mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowCommentServiceImpl.java +++ b/mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowCommentServiceImpl.java @@ -9,10 +9,10 @@ import com.mcwl.resource.domain.vo.WorkFlowCommentVo; import com.mcwl.resource.mapper.WorkFlowCommentMapper; import com.mcwl.resource.service.WorkFlowCommentService; import com.mcwl.system.service.ISysUserService; -import org.jetbrains.annotations.NotNull; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; +import javax.validation.constraints.NotNull; import java.util.ArrayList; import java.util.Date; import java.util.List; diff --git a/pom.xml b/pom.xml index 8280f1b..e7cd62a 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ mcwl-resource mcwl-memberCenter mcwl-pay - mcwl-knowledgePlanet + mcwl-communityCenter pom