redis添加字符串存储类型支持

This commit is contained in:
2025-07-28 10:08:17 +08:00
parent fc43704b2c
commit 2009009296
2 changed files with 16 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public class AreaInfoServiceImpl implements AreaInfoService {
}
}else{
List<GeneralDeviceDTO> generalDeviceDTOList = generalDeviceInfoClient.getPracticalRunDeviceInfo(deviceInfoParam).getData();
List<GeneralDeviceDTO> generalDeviceDTOList = generalDeviceInfoClient.getPracticalAllDeviceInfo(deviceInfoParam).getData();
lineIds.addAll(generalDeviceDTOList.stream().flatMap(dto -> dto.getLineIndexes().stream()).collect(Collectors.toList()));
}