网站首页 / 标签: magento mysql
调试数据集 Select$collection = $this->_objectManager->get( 'Magento\Catalog\Model\ProductFactory' )->create()->getCollection();echo $collection->load()->getSelectSql( true );通过 Select 获取数据$conn = $...