src/main/java/com/zy/asrs/utils/NotifyUtils.java
@@ -96,7 +96,7 @@ dto.setSuperTaskNo(superTaskNo); //重试次数 Config notifyFailTimesConfig = configService.selectOne(new EntityWrapper<Config>().eq("code", "notifyFailTimes")); Config notifyFailTimesConfig = configService.selectOne(new EntityWrapper<Config>().eq("code", "notifyRetryTimes")); if (notifyFailTimesConfig != null) { dto.setFailTimes(Integer.parseInt(notifyFailTimesConfig.getValue())); }