Compare commits

..

No commits in common. 'cf178bd0164719a39d2e0ec1a544e0889105fd24' and '59f18d46d3c998cb379b8e42902c3c60de24d784' have entirely different histories.

@ -48,7 +48,7 @@ public class AtomicIndexDTO {
// 2.指标判断不符合,规则要求符合,返回false
// 3.指标判断符合,规则要求符合,返回true
// 4.指标判断不符合,规则要求不符合,返回true
if (StrUtil.equals(judgeLogic, this.atomicResult)) {
if (judgeLogic.equals(this.atomicResult)){
this.indexResult = "true";
}else {
this.indexResult = "false";

Loading…
Cancel
Save