parent
189f9f97af
commit
1b490c9274
|
@ -62,7 +62,7 @@ public class DisposeDeviceManagerImpl implements DisposeDeviceManager {
|
|||
if (tDev.getStatus() == ObjectStatus.DELETED) {
|
||||
// 重置状态
|
||||
tDev.setStatus(ObjectStatus.NORMAL);
|
||||
return upgradeDisposeDevice(tDev);
|
||||
return upgradeDisposeDevice(dev);
|
||||
}
|
||||
|
||||
return new MulReturnType<>(ErrorCode.ERR_DEVICEEXISTS, tDev.getId());
|
||||
|
|
Loading…
Reference in New Issue