yumeng пре 4 година
родитељ
комит
d98b34ec27

+ 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;
                         continue;
                     }
                     }
                     String threshold = ruleJson.getString("threshold");
                     String threshold = ruleJson.getString("threshold");
-                    if (Check.isNull(threshold)) {
-                        continue;
-                    }
                     RuleAccountThreshold updateThreshold = new RuleAccountThreshold();
                     RuleAccountThreshold updateThreshold = new RuleAccountThreshold();
                     updateThreshold.setThreshold(threshold);
                     updateThreshold.setThreshold(threshold);
                     QueryWrapper<RuleAccountThreshold> updateQueryWrapper = new QueryWrapper();
                     QueryWrapper<RuleAccountThreshold> updateQueryWrapper = new QueryWrapper();