代码微调

This commit is contained in:
wr
2025-01-07 09:54:40 +08:00
parent ed69e53d69
commit bf11f4c820
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ public class DetectionServiceImpl {
.filter(x -> TYPE_T.equals(x.getPhase()))
.collect(Collectors.toList());
DetectionData t = rangeComparisonList(map.get(TYPE_B), pqErrSysDtls, fData, channelTypeBList.get(0).getValue(), dataRule);
result.setBValue(JSON.toJSONString(t));
result.setTValue(JSON.toJSONString(t));
List<Integer> numbers = Arrays.asList(t.getIsData());
result.setResultFlag(setResultFlag(numbers));
}

View File

@@ -149,7 +149,7 @@ public class AdNonHarmonicServiceImpl extends ServiceImpl<AdNonHarmonicMapper, A
/**
* 电流
*/
case "I":
case "IRMS":
unit="A";
break;
/**