代码调整

This commit is contained in:
2025-07-01 11:05:52 +08:00
parent f4550b9c76
commit ba22f2b796

View File

@@ -1506,7 +1506,7 @@ public class PqReportServiceImpl extends ServiceImpl<PqReportMapper, PqReport> i
fillHarm(dataModelMap, adHarmonicResult, index, key, 57.74, 100);
}
if (DetectionCodeEnum.I2_50.getCode().equals(key) || DetectionCodeEnum.SI_1_49.getCode().equals(key)) {
fillHarm(dataModelMap, adHarmonicResult, index, key, 1, 100);
fillHarm(dataModelMap, adHarmonicResult, index, key, 1, 1);
}
}
}