|
|
@@ -142,13 +142,14 @@ class GhsController extends BaseController
|
|
|
public function actionBcGhs()
|
|
|
{
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- $ids = [1];
|
|
|
+ //纯彩花艺、莱漫花行、长安花行、宣言花行
|
|
|
+ $ids = [10, 214, 203, 418];
|
|
|
} else {
|
|
|
- $ids = [2];
|
|
|
+ $ids = [36225, 36295];
|
|
|
}
|
|
|
$hdShopId = $this->shopId ?? 0;
|
|
|
foreach ($ids as $ghsShopId) {
|
|
|
- //CustomClass::build($ghsShopId, $hdShopId);
|
|
|
+ CustomClass::build($ghsShopId, $hdShopId);
|
|
|
}
|
|
|
}
|
|
|
|