shish 8 сар өмнө
parent
commit
7d0ffc19ec

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

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