@ -3888,7 +3888,7 @@ public class MedicinedeviceService extends BaseJpaService<Mediicinedevice, Medi
if (inventory == null) {
return false;
}
inventory.setState(state);
inventory.setCargoState(state);
inventoryDao.save(inventory);
return true;