添加备选基站
This commit is contained in:
parent
3f0aa45cd9
commit
0a5bb0d7a1
@ -84,7 +84,7 @@ public class LocalDeviceServiceImpl implements DeviceService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(device.getParentId1() != null || !device.getParentId1().trim().isEmpty()){
|
if(device.getParentId1() != null && !device.getParentId1().trim().isEmpty()){
|
||||||
subDeviceCache.invalidate("back_"+device.getParentId1());
|
subDeviceCache.invalidate("back_"+device.getParentId1());
|
||||||
}
|
}
|
||||||
deviceCache.invalidate(deviceId);
|
deviceCache.invalidate(deviceId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user