代码调整
This commit is contained in:
@@ -25,14 +25,12 @@ import java.util.Map;
|
||||
* @version 1.0.0
|
||||
* @createTime 2022/11/28 - 10:09
|
||||
*/
|
||||
@Slf4j
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
public class DataExceptionInfluxServiceImpl implements DataExceptionInfluxService {
|
||||
|
||||
// private final InfluxDbUtils influxDbUtils;
|
||||
|
||||
private final InfluxDbUtils influxDbUtils = new InfluxDbUtils("admin", "njcnpqs", "http://192.168.1.18:8086", "pqsbase", "");
|
||||
private final InfluxDbUtils influxDbUtils;
|
||||
|
||||
/**
|
||||
* 取前四项指标(相别为A)
|
||||
|
||||
@@ -31,9 +31,7 @@ import java.util.Map;
|
||||
@Slf4j
|
||||
public class DataIntegrityRateInfluxServiceImpl implements DataIntegrityRateInfluxService {
|
||||
|
||||
// private final InfluxDbUtils influxDbUtils;
|
||||
|
||||
private final InfluxDbUtils influxDbUtils = new InfluxDbUtils("admin", "njcnpqs", "http://192.168.1.18:8086", "pqsbase", "");
|
||||
private final InfluxDbUtils influxDbUtils;
|
||||
|
||||
/**
|
||||
* 获取data_v表五项稳态指标日数量
|
||||
|
||||
@@ -43,8 +43,6 @@ import java.util.Objects;
|
||||
@Slf4j
|
||||
public class DataIntegrityRateServiceImpl implements DataIntegrityRateService {
|
||||
|
||||
private final InfluxDbUtils influxDbUtils;
|
||||
|
||||
private final RMpIntegrityDMapper rMpIntegrityDMapper;
|
||||
|
||||
private final DistributionMonitorClient distributionMonitorClient;
|
||||
|
||||
Reference in New Issue
Block a user