调整检测报告

This commit is contained in:
2025-10-21 15:09:05 +08:00
parent dddffe43cb
commit 6357cde72b

View File

@@ -1985,7 +1985,7 @@ public class ResultServiceImpl implements IResultService {
// 双零情况,记录但不加入结果判定
zeroFilteredPhases.add(phase.toUpperCase() + "");
// 将结果改为特殊标记,不参与整体结论判定
singlePhaseData.put(ItemReportKeyEnum.RESULT.getKey(), "/");
singlePhaseData.put(ItemReportKeyEnum.RESULT.getKey(), "符合");
} else {
// 有非双零数据
hasNonZeroData = true;