From 6ea8bed0c8cb5d786a48bdbe4edfdb7cc13555e3 Mon Sep 17 00:00:00 2001 From: Jay <csj123456> Date: 星期一, 21 四月 2025 19:23:19 +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