shish 5 месяцев назад
Родитель
Сommit
7842ac6cee
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      common/components/mapUtil.php

+ 1 - 0
common/components/mapUtil.php

@@ -57,6 +57,7 @@ class mapUtil
      */
     public static function calculateBatchDistance($origins, $toLnt, $toLat, $type = 1)
     {
+        noticeUtil::push("执行到这里:xxx");
         if (empty($origins)) {
             return [];
         }