|
|
@@ -267,7 +267,7 @@ public class ThresholdService {
|
|
|
|
|
|
}
|
|
|
if (!CollectionUtils.isEmpty(integratedElementList)) {
|
|
|
- List<String> collect = basiclElementList.stream().map(DeviceElementDTO::getIntegrationElement).collect(Collectors.toList());
|
|
|
+ List<String> collect = integratedElementList.stream().map(DeviceElementDTO::getIntegrationElement).collect(Collectors.toList());
|
|
|
if (!CollectionUtils.isEmpty(collect)) {
|
|
|
count = count + collect.size();
|
|
|
// for (String s : collect) {
|