|
|
@@ -138,4 +138,18 @@ class GhsController extends BaseController
|
|
|
util::complete();
|
|
|
}
|
|
|
|
|
|
+ //补充缺失的供货商 shish 20211027
|
|
|
+ public function actionBcGhs()
|
|
|
+ {
|
|
|
+ if (getenv('YII_ENV') == 'production') {
|
|
|
+ $ids = [1];
|
|
|
+ } else {
|
|
|
+ $ids = [2];
|
|
|
+ }
|
|
|
+ $hdShopId = $this->shopId ?? 0;
|
|
|
+ foreach ($ids as $ghsShopId) {
|
|
|
+ //CustomClass::build($ghsShopId, $hdShopId);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|