调整电流的小数位

This commit is contained in:
2025-11-27 17:08:49 +08:00
parent 68d96e67aa
commit db115bb27d
2 changed files with 2 additions and 2 deletions

View File

@@ -3607,7 +3607,7 @@ public class ResultServiceImpl implements IResultService {
return 4;
// 保留3位小数
case "I": // 电流
return 3;
return 5;
// 保留4位小数
case "IMBV": // 电压不平衡度
case "IMBA": // 电流不平衡度

View File

@@ -9,7 +9,7 @@ spring:
# url: jdbc:mysql://192.168.1.24:13306/pqs91002?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
# username: root
# password: njcnpqs
url: jdbc:mysql://localhost:13306/pqs9100w?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
url: jdbc:mysql://192.168.1.24:13306/pqs9100_nx?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
username: root
password: njcnpqs
#初始化建立物理连接的个数、最小、最大连接数