shish 4 месяцев назад
Родитель
Сommit
3ff02cd316
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app-hd/controllers/GhsController.php

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

@@ -471,6 +471,8 @@ class GhsController extends BaseController
         // 找出附近批发店,之后自动给建立关系,然后补充二个店之间的距离
         GhsClass::buildNearbyGhsRelations($this->shop['id'], $this->shop->pfShopId, $toLat, $toLnt);
 
+        noticeUtil::push("执行到这里。。。。5555");
+
         $shop = $this->shop;
         $mobile = $shop->mobile;
         $name = $shop->merchantName ?? '';