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();