|
|
@ -66,7 +66,8 @@ public class AtomicIndexDTO {
|
|
|
|
// 2.指标判断不符合,规则要求符合,返回false
|
|
|
|
// 2.指标判断不符合,规则要求符合,返回false
|
|
|
|
// 3.指标判断符合,规则要求符合,返回true
|
|
|
|
// 3.指标判断符合,规则要求符合,返回true
|
|
|
|
// 4.指标判断不符合,规则要求不符合,返回true
|
|
|
|
// 4.指标判断不符合,规则要求不符合,返回true
|
|
|
|
if (StrUtil.equals(judgeLogic, this.atomicResult)) {
|
|
|
|
// 按照最新要求,前端显示由“符合/不符合”改为“存在/不存在”,故取消和judgeLogic的比较
|
|
|
|
|
|
|
|
if (StrUtil.equals("3", this.atomicResult)) {
|
|
|
|
this.indexResult = "true";
|
|
|
|
this.indexResult = "true";
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.indexResult = "false";
|
|
|
|
this.indexResult = "false";
|
|
|
|