shish 8 months ago
parent
commit
4cb850e173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/custom/classes/CustomClass.php

+ 1 - 1
biz-ghs/custom/classes/CustomClass.php

@@ -93,7 +93,7 @@ class CustomClass extends BaseClass
             return true;
         } catch (\Exception $exception) {
             $transaction->rollBack();
-            noticeUtil::push("批量拉取客户时报错了:{$fromShopId} {$toShopId},报错内容:" . $exception->getMessage(), '15280215347');
+            noticeUtil::push("批量拉取客户时报错了,fromShopId:{$fromShopId} toShopId:{$toShopId},报错内容:" . $exception->getMessage(), '15280215347');
         }
         return true;
     }