|
|
@@ -112,7 +112,7 @@ class NoticeController extends PublicController
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$specialList = [3, 10649, 8042];
|
|
|
} else {
|
|
|
- $specialList = [];
|
|
|
+ $specialList = [644];
|
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$cgShopId = $cg->shopId ?? 0;
|