微调
This commit is contained in:
@@ -1199,8 +1199,8 @@ public class SocketDevResponseService {
|
|||||||
.sorted(Comparator.comparing(SourceIssue.ChannelListDTO::getChannelType))
|
.sorted(Comparator.comparing(SourceIssue.ChannelListDTO::getChannelType))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
Map<String, String> sourceMessageMap = sourceMessage(issue);
|
Map<String, String> sourceMessageMap = sourceMessage(issue);
|
||||||
List<String> v = Arrays.asList("VRMS", "VA", "U", "V");
|
List<String> v = Arrays.asList("VRMS", "VA", "U", "V","电压");
|
||||||
List<String> i = Arrays.asList("IRMS", "IA", "I", "I");
|
List<String> i = Arrays.asList("IRMS", "IA", "I", "I","电流");
|
||||||
devMap.forEach((key, value) -> {
|
devMap.forEach((key, value) -> {
|
||||||
List<DevData.SqlDataDTO> sqlData = value.stream().flatMap(x -> x.getSqlData().stream()).collect(Collectors.toList());
|
List<DevData.SqlDataDTO> sqlData = value.stream().flatMap(x -> x.getSqlData().stream()).collect(Collectors.toList());
|
||||||
getResult(key, sqlData, sourceMessageMap, sourceV, info, v);
|
getResult(key, sqlData, sourceMessageMap, sourceV, info, v);
|
||||||
|
|||||||
Reference in New Issue
Block a user