|
|
|
@ -39,6 +39,7 @@ public class AtomicIndexDTO {
|
|
|
|
|
JudgeResultEnum instance = JudgeResultEnum.getInstance(this.atomicResult);
|
|
|
|
|
if (Objects.isNull(instance)){
|
|
|
|
|
this.indexResult = "false";
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.indexResult = instance.flagIsTrue() ? "true" : "false";
|
|
|
|
|
}
|
|
|
|
|