From d66edbeffee5e308504e48372a5bb4d04aa4e843 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 06 一月 2025 13:23:06 +0800 Subject: [PATCH] 租户套餐名称重复判定 --- iailab-module-bpm/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/iailab-module-bpm/pom.xml b/iailab-module-bpm/pom.xml index 93c95ca..de5bb2d 100644 --- a/iailab-module-bpm/pom.xml +++ b/iailab-module-bpm/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.iailab</groupId> - <artifactId>iailab-platform</artifactId> + <artifactId>iailab-plat</artifactId> <version>${revision}</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -34,6 +34,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> + <encoding>utf8</encoding> <skip>true</skip> </configuration> </plugin> -- Gitblit v1.9.3