|
|
@@ -53,7 +53,7 @@ class SettleClass extends BaseClass
|
|
|
|
|
|
$customId = $custom->id ?? 0;
|
|
|
$customName = $custom->name ?? '';
|
|
|
- $customAvatar = $custom->avatar;
|
|
|
+ $customAvatar = $custom->avatar ?? '';
|
|
|
$customMobile = $custom->mobile;
|
|
|
$customAddress = $custom->address;
|
|
|
$customUserId = $custom->userId;
|