添加异常标志字段,修改规范字段名,类名
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.njcn.influx.service.impl;
|
||||
|
||||
import com.njcn.influx.imapper.IDataIMapper;
|
||||
import com.njcn.influx.imapper.DataIMapper;
|
||||
import com.njcn.influx.pojo.po.DataI;
|
||||
import com.njcn.influx.query.InfluxQueryWrapper;
|
||||
import com.njcn.influx.service.IDataIService;
|
||||
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
@RequiredArgsConstructor
|
||||
public class IDataIServiceImpl implements IDataIService {
|
||||
|
||||
private final IDataIMapper dataIMapper;
|
||||
private final DataIMapper dataIMapper;
|
||||
|
||||
@Override
|
||||
public DataI getMeanAllTimesData(InfluxQueryWrapper influxQueryWrapper) {
|
||||
|
||||
Reference in New Issue
Block a user