zy-acs-hex/src/main/java/com/zy/acs/hex/influxdb/task/InfluxDbScheduler.java
@@ -61,7 +61,7 @@ parames.put("retention-period", retentionPeriod); HttpGo.HttpResponse postResponse = this.http.postJson(createDatabaseUrl, headers, JSON.toJSONString(parames)); log.info("是否创建数据库:{}", postResponse); }else { } else { log.info("数据库:{}", response.body()); } } catch (IOException e) {