|
|
@@ -403,8 +403,7 @@ public class LocalBusDeviceService extends BaseService<BusDeviceMapper, BusDevic
|
|
|
.stream()
|
|
|
.filter(Objects::nonNull)
|
|
|
.forEach(deviceOperator -> {
|
|
|
- RMapCache<String, Value> cache = deviceOperator.getCache();
|
|
|
- cache.remove(DeviceKeyConstant.TENANT_ID);
|
|
|
+ deviceOperator.getCache().clear();
|
|
|
});
|
|
|
|
|
|
List<PatientMonitorResult> results = patientService.selectAll(new PatientMonitorQuery());
|