Sto cercando di ottenere i record dal database che contiene un valore parent_item_id
NULL .
$order_ = $this->_objectManager->create('Vendor\Module\Model\Saleslist')
->getCollection()
->addFieldToFilter(
'order_id',
$orderId
)->addFieldToFilter(
'parent_item_id',
['eq' => NULL]
);
e vuoi anche aggiungere lo parent_item_id
stesso NULL o '' string check.
parent_item_id