20250326 更新
This commit is contained in:
+3
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user