Tôi đang cố gắng để có được các bản ghi từ cơ sở dữ liệu có chứa giá trị parent_item_id
NULL .
$order_ = $this->_objectManager->create('Vendor\Module\Model\Saleslist')
->getCollection()
->addFieldToFilter(
'order_id',
$orderId
)->addFieldToFilter(
'parent_item_id',
['eq' => NULL]
);
và cũng muốn thêm kiểm tra chuỗi NULL hoặc ''parent_item_id
bằng nhau .
parent_item_id