From bc8fecdda4b446d71c9bd141e7184de6ee5b5677 Mon Sep 17 00:00:00 2001 From: Jay <csj123456> Date: 星期四, 27 二月 2025 09:39:12 +0800 Subject: [PATCH] 增加查询返回值的判断 --- iailab-module-bpm/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/iailab-module-bpm/pom.xml b/iailab-module-bpm/pom.xml index 92b42ec..de5bb2d 100644 --- a/iailab-module-bpm/pom.xml +++ b/iailab-module-bpm/pom.xml @@ -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