shish 2 лет назад
Родитель
Сommit
c2f8d3f13d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/ProductController.php

+ 1 - 1
console/controllers/ProductController.php

@@ -29,7 +29,7 @@ class ProductController extends Controller
             util::stop();
             util::stop();
         }
         }
         $mainId = $shop->mainId ?? 0;
         $mainId = $shop->mainId ?? 0;
-        $productList = ProductClass::getAllByCondition(['mainId' => $mainId, 'classId' => 3180], null, '*');
+        $productList = ProductClass::getAllByCondition(['mainId' => $mainId, 'classId' => 3179], null, '*');
         if (!empty($productList)) {
         if (!empty($productList)) {
             foreach ($productList as $post) {
             foreach ($productList as $post) {
                 $post['copy'] = 1;
                 $post['copy'] = 1;