如 \Magento\Customer\Model\Customer $this-customer->load($customer_id)->getData(); 查询后自定义数据重复
采用 \Magento\Customer\Model\CustomerFactory this->_customerFactory->create()->load($seller_id)->getData(); 这样写就能避免缓存数据
如 \Magento\Customer\Model\Customer $this-customer->load($customer_id)->getData(); 查询后自定义数据重复
采用 \Magento\Customer\Model\CustomerFactory this->_customerFactory->create()->load($seller_id)->getData(); 这样写就能避免缓存数据