From 0707d2b4e8ddc0d62a2b6381484e0d8d455b1441 Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 19 四月 2024 09:04:19 +0800 Subject: [PATCH] 更换多表连接方式 --- hangzhoumesParent/gateway/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/gateway/pom.xml b/hangzhoumesParent/gateway/pom.xml index 5125cf1..6334bf7 100644 --- a/hangzhoumesParent/gateway/pom.xml +++ b/hangzhoumesParent/gateway/pom.xml @@ -6,6 +6,7 @@ <artifactId>hangzhoumesParent</artifactId> <groupId>com.mes</groupId> <version>1.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> -- Gitblit v1.8.0