INSERT INTO inventory_log (inventory_id, operation_type, quantity, operator) VALUES (#{inventoryId}, #{operationType}, #{quantity}, #{operator})