|
|
@@ -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;
|