|
|
@@ -20,7 +20,7 @@ class ProductClass extends BaseClass
|
|
|
$mainId = $shop->mainId ?? 0;
|
|
|
Yii::info("mainId:" . $mainId);
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- if ($mainId != 742 || $mainId != 50) {
|
|
|
+ if ($mainId != 742 && $mainId != 50) {
|
|
|
return false;
|
|
|
}
|
|
|
} else {
|