shish 2 年之前
父節點
當前提交
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();
         }
         $mainId = $shop->mainId ?? 0;
-        $productList = ProductClass::getAllByCondition(['mainId' => $mainId, 'classId' => 3180], null, '*');
+        $productList = ProductClass::getAllByCondition(['mainId' => $mainId, 'classId' => 3179], null, '*');
         if (!empty($productList)) {
             foreach ($productList as $post) {
                 $post['copy'] = 1;