From 0707d2b4e8ddc0d62a2b6381484e0d8d455b1441 Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 19 四月 2024 09:04:19 +0800 Subject: [PATCH] 更换多表连接方式 --- hangzhoumesParent/moduleService/CacheGlassModule/pom.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/pom.xml b/hangzhoumesParent/moduleService/CacheGlassModule/pom.xml index bec683f..192058e 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/pom.xml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/pom.xml @@ -6,6 +6,7 @@ <artifactId>moduleService</artifactId> <groupId>com.mes</groupId> <version>1.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -24,6 +25,7 @@ <!-- <dependency>--> <!-- <groupId>com.github.yulichang</groupId>--> <!-- <artifactId>mybatis-plus-join-boot-starter</artifactId>--> +<!-- <version>1.4.12</version>--> <!-- </dependency>--> </dependencies> -- Gitblit v1.8.0