Próbuję pobrać rekordy z bazy danych, która zawiera parent_item_id
NULL wartość.
$order_ = $this->_objectManager->create('Vendor\Module\Model\Saleslist')
->getCollection()
->addFieldToFilter(
'order_id',
$orderId
)->addFieldToFilter(
'parent_item_id',
['eq' => NULL]
);
a także chcesz dodać parent_item_id
równy ciąg znaków NULL lub „” .
parent_item_id