shish пре 2 месеци
родитељ
комит
76804dbe7b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app-hd/controllers/GhsController.php

+ 2 - 2
app-hd/controllers/GhsController.php

@@ -475,9 +475,9 @@ class GhsController extends BaseController
         noticeUtil::push("有新花店上来 {$this->shopId} {$toLat} {$toLnt} {$locationType} {$city}{$address}", '15280215347');
 
         // 找出附近批发店,之后自动给建立关系,然后补充二个店之间的距离
-        //GhsClass::buildNearbyGhsRelations($this->shopId, $this->shop->pfShopId ?? 0, $toLat, $toLnt);
+        GhsClass::buildNearbyGhsRelations($this->shopId, $this->shop->pfShopId ?? 0, $toLat, $toLnt);
 
-        //noticeUtil::push("花店 {$name} {$mobile} 新注册,已推荐批发店", '15280215347');
+        noticeUtil::push("花店 {$name} {$mobile} 新注册,已推荐批发店", '15280215347');
 
         util::complete();
     }