Commit e98a3f5f by lmf

断点

parent cc735d1d
...@@ -108,7 +108,7 @@ class GalleryManagement implements \Magento\Catalog\Api\ProductAttributeMediaGal ...@@ -108,7 +108,7 @@ class GalleryManagement implements \Magento\Catalog\Api\ProductAttributeMediaGal
foreach ($existingMediaGalleryEntries as $key => $existingEntry) { foreach ($existingMediaGalleryEntries as $key => $existingEntry) {
$existingEntryTypes = (array)$existingEntry->getTypes(); $existingEntryTypes = (array)$existingEntry->getTypes();
$existingEntry->setTypes(array_diff($existingEntryTypes, $entryTypes)); $existingEntry->setTypes(array_diff($existingEntryTypes, $entryTypes));
$this->remove($sku,$entry->getId()); $this->remove($sku,$existingEntry->getId());
// if ($existingEntry->getId() == $entry->getId()) { // if ($existingEntry->getId() == $entry->getId()) {
// $found = true; // $found = true;
// $existingMediaGalleryEntries[$key] = $entry; // $existingMediaGalleryEntries[$key] = $entry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment