parent
40f044c2e7
commit
4acef0595e
|
@ -69,7 +69,7 @@ public class DisposeDeviceManagerImpl implements DisposeDeviceManager {
|
||||||
|
|
||||||
if (ret.getFirstParam() == ErrorCode.ERR_OK) {
|
if (ret.getFirstParam() == ErrorCode.ERR_OK) {
|
||||||
// 同步更新缓存中设备状态
|
// 同步更新缓存中设备状态
|
||||||
disposeAbilityRouterService.upgradeDisposeDevice(dev.getId(), dev.getStatus());
|
disposeAbilityRouterService.upgradeDisposeDevice(ret.getSecondParam(), dev.getStatus());
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue