代码冲突补充1
This commit is contained in:
@@ -100,6 +100,8 @@ public class InfluxdbDataHarmRateVImpl implements IDataHarmRateV {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void batchInsertion(List<DataHarmrateVDTO> dataHarmrateVDTOList) {
|
||||
int totalCount = dataHarmrateVDTOList.size();
|
||||
|
||||
@@ -35,6 +35,8 @@ public class RelationDataHarmRateVImpl implements IDataHarmRateV {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void batchInsertion(List<DataHarmrateVDTO> dataHarmrateVDTOList) {
|
||||
int totalCount = dataHarmrateVDTOList.size();
|
||||
|
||||
Reference in New Issue
Block a user