|
|
@@ -80,6 +80,7 @@ class OrderClearClass extends BaseClass
|
|
|
'ghsAvatar' => $ghs['avatar'] ?? '',
|
|
|
'ghsAddress' => $ghs['address'] ?? '',
|
|
|
'ghsShopAdminId' => $post['ghsShopAdminId'],
|
|
|
+ 'ghsShopId' => $post['ghsShopId'] ?? 0,
|
|
|
'ghsShopAdminName' => $post['ghsShopAdminName'],
|
|
|
'sjId' => $sjId,
|
|
|
'shopId' => $shopId,
|
|
|
@@ -89,6 +90,7 @@ class OrderClearClass extends BaseClass
|
|
|
'clearStyle' => dict::getDict('clearStyle', 'gys2Hd'),
|
|
|
'customId' => $customId,
|
|
|
'customName' => $custom['name'] ?? '',
|
|
|
+ 'customShopId' => $custom['shopId'] ?? 0,
|
|
|
'customAvatar' => $custom['avatar'] ?? '',
|
|
|
'customMobile' => $custom['mobile'] ?? '',
|
|
|
'customAddress' => $custom['address'] ?? '',
|