|
|
@@ -133,7 +133,7 @@ public class ClusterDeviceOperator implements DeviceOperator {
|
|
|
device.setTenantId(hospital.getId());
|
|
|
deviceService.saveDevice(device);
|
|
|
}else {
|
|
|
- deviceService.shift(Arrays.asList(this.getDeviceId()),device.getTenantId(),hospital.getId());
|
|
|
+ deviceService.shift(Arrays.asList(this.getDeviceId()),hospital.getId(),device.getTenantId());
|
|
|
}
|
|
|
}
|
|
|
}
|