소스 검색

阈值修改

yumeng 4 년 전
부모
커밋
d98b34ec27
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      module-alarm/src/main/java/cn/com/ctop/alarm/modules/service/impl/RuleAccountThresholdServiceImpl.java

+ 0 - 3
module-alarm/src/main/java/cn/com/ctop/alarm/modules/service/impl/RuleAccountThresholdServiceImpl.java

@@ -102,9 +102,6 @@ public class RuleAccountThresholdServiceImpl extends ServiceImpl<RuleAccountThre
                         continue;
                     }
                     String threshold = ruleJson.getString("threshold");
-                    if (Check.isNull(threshold)) {
-                        continue;
-                    }
                     RuleAccountThreshold updateThreshold = new RuleAccountThreshold();
                     updateThreshold.setThreshold(threshold);
                     QueryWrapper<RuleAccountThreshold> updateQueryWrapper = new QueryWrapper();