1.添加登录模块
This commit is contained in:
@@ -78,7 +78,7 @@ public class DataTest extends BaseJunitTest {
|
||||
System.out.println(2222);
|
||||
System.out.println(2222);
|
||||
List<DataV> list = resultMapper.toPOJO(sqlResult, DataV.class);
|
||||
Map<String, List<DataV>> stringListMap = list.stream().collect(Collectors.groupingBy(obj -> obj.getPhasicType().concat(StrPool.UNDERLINE).concat(obj.getValueType())));
|
||||
Map<String, List<DataV>> stringListMap = list.stream().collect(Collectors.groupingBy(obj -> obj.getPhaseType().concat(StrPool.UNDERLINE).concat(obj.getValueType())));
|
||||
|
||||
influxQueryWrapper = new InfluxQueryWrapper(DataInHarmRateV.class);
|
||||
influxQueryWrapper.between(DataInHarmRateV::getTime, startTime, endTime).regular(DataInHarmRateV::getLineId, lineList);
|
||||
|
||||
Reference in New Issue
Block a user