|
|
@@ -152,8 +152,7 @@ class OrderClearClass extends BaseClass
|
|
|
$ghsShopId = $ghs['shopId'] ?? 0;
|
|
|
$ghsShop = ShopClass::getById($ghsShopId, true);
|
|
|
$ghsShopName = $ghsShop->shopName ?? '';
|
|
|
- //分享结账单时,标题要显示那个店,如果是首店则不显示店名
|
|
|
- $ghsShopName = $ghsShopName == '首店' ? '' : $ghsShopName;
|
|
|
+ $ghsShopName = $ghsShopName == '首店' ? '总店' : $ghsShopName;
|
|
|
|
|
|
$orderSn = orderSn::getPurchaseClearSn();
|
|
|
//默认24小时过期
|