This commit is contained in:
caozehui
2026-01-22 15:25:48 +08:00
parent 8e24ac4b71
commit 920a808729

View File

@@ -2167,10 +2167,12 @@ public class DetectionServiceImpl {
} else {
harmCode = DetectionCodeEnum.I2_50.getCode();
}
isRemoveMaxElement = false;
}
if (HP.equals(type)) {
// fData = fData * 0.01;
harmCode = DetectionCodeEnum.P2_50.getCode();
isRemoveMaxElement = false;
}
Map<String, List<Map<Double, List<Double>>>> devMap = devHarmListMap(devDataList, standardDevDataList, fundCode, harmCode, harmonicFlag, dataRule, isRemoveMaxElement);