From 58dc9fa8de7b66ef375aa191da873813cbfae009 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 18 四月 2024 14:27:24 +0800
Subject: [PATCH] 解决代码误删回退

---
 hangzhoumesParent/common/servicebase/pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/pom.xml b/hangzhoumesParent/common/servicebase/pom.xml
index 46c17d9..dfceda9 100644
--- a/hangzhoumesParent/common/servicebase/pom.xml
+++ b/hangzhoumesParent/common/servicebase/pom.xml
@@ -11,6 +11,13 @@
 
     <artifactId>servicebase</artifactId>
 
+    <!--    <dependencies>-->
+    <!--        <dependency>-->
+    <!--            <groupId>com.github.yulichang</groupId>-->
+    <!--            <artifactId>mybatis-plus-join</artifactId>-->
+    <!--            <version>1.1.6</version>-->
+    <!--        </dependency>-->
+    <!--    </dependencies>-->
     <properties>
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>

--
Gitblit v1.8.0