|
|
@@ -1039,6 +1039,7 @@ class OrderClass extends BaseClass
|
|
|
if ($debtAmount > 0) {
|
|
|
$content .= '累计欠款:' . floatval($debtAmount) . '<BR>';
|
|
|
}
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
$shopId = $orderInfo['shopId'] ?? 0;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
@@ -1055,7 +1056,6 @@ class OrderClass extends BaseClass
|
|
|
}
|
|
|
|
|
|
$getInfo = self::getById($orderInfo['id']);
|
|
|
- $content .= '--------------------------------<BR>';
|
|
|
$content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
|
|
|
$content .= '订单编号:' . $respond['orderSn'] . '<BR>';
|
|
|
$content .= '门店名称:' . $currentName . '<BR>';
|