调整电流的小数位
This commit is contained in:
@@ -3607,7 +3607,7 @@ public class ResultServiceImpl implements IResultService {
|
||||
return 4;
|
||||
// 保留3位小数
|
||||
case "I": // 电流
|
||||
return 3;
|
||||
return 5;
|
||||
// 保留4位小数
|
||||
case "IMBV": // 电压不平衡度
|
||||
case "IMBA": // 电流不平衡度
|
||||
|
||||
Reference in New Issue
Block a user