调整检测报告
This commit is contained in:
@@ -1985,7 +1985,7 @@ public class ResultServiceImpl implements IResultService {
|
|||||||
// 双零情况,记录但不加入结果判定
|
// 双零情况,记录但不加入结果判定
|
||||||
zeroFilteredPhases.add(phase.toUpperCase() + "相");
|
zeroFilteredPhases.add(phase.toUpperCase() + "相");
|
||||||
// 将结果改为特殊标记,不参与整体结论判定
|
// 将结果改为特殊标记,不参与整体结论判定
|
||||||
singlePhaseData.put(ItemReportKeyEnum.RESULT.getKey(), "/");
|
singlePhaseData.put(ItemReportKeyEnum.RESULT.getKey(), "符合");
|
||||||
} else {
|
} else {
|
||||||
// 有非双零数据
|
// 有非双零数据
|
||||||
hasNonZeroData = true;
|
hasNonZeroData = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user