|
|
@@ -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;
|
|
|
}
|