20250326 更新

This commit is contained in:
2025-03-27 09:51:44 +08:00
parent cd25c94b07
commit a969419847
@@ -74,6 +74,9 @@ public class TestRecordSampleDataVO {
private List<TestRecordSampleDataExpand> expandList; private List<TestRecordSampleDataExpand> expandList;
public String getIsDetected() { public String getIsDetected() {
if (isDetected == null) {
return null;
}
return isDetected.equals(1) ? TestRecordSampleDataConstant.IS : TestRecordSampleDataConstant.NO; return isDetected.equals(1) ? TestRecordSampleDataConstant.IS : TestRecordSampleDataConstant.NO;
} }
} }