|
|
@@ -13,6 +13,7 @@ use bizGhs\stat\classes\StatVisitClass;
|
|
|
use common\components\dict;
|
|
|
use common\components\imgUtil;
|
|
|
use common\components\mapUtil;
|
|
|
+use common\components\noticeUtil;
|
|
|
use common\components\qrCodeUtil;
|
|
|
use common\components\stringUtil;
|
|
|
use common\components\util;
|
|
|
@@ -468,6 +469,11 @@ class GhsController extends BaseController
|
|
|
// 找出附近批发店,之后自动给建立关系,然后补充二个店之间的距离
|
|
|
GhsClass::buildNearbyGhsRelations($this->shop['id'], $this->shop->pfShopId, $toLat, $toLnt);
|
|
|
|
|
|
+ $shop = $this->shop;
|
|
|
+ $mobile = $shop->mobile;
|
|
|
+ $name = $shop->merchantName ?? '';
|
|
|
+ noticeUtil::push("花店 {$name} {$mobile} 新注册,已推荐批发店", '15280215347');
|
|
|
+
|
|
|
util::complete();
|
|
|
}
|
|
|
|