|
|
@@ -934,10 +934,9 @@ class OrderClass extends BaseClass
|
|
|
$respond = self::getPrintData($orderInfo, $debtAmount, $showItem);
|
|
|
$content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '<B>' . $respond['custom']['fullAddress'] . '</B><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
|
|
|
-
|
|
|
+ $content .= $respond['custom']['fullAddress'] . '<BR>';
|
|
|
$payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
|
|
|
$sendTimWant = $orderInfo['sendTimeWant'] ?? '';
|
|
|
if ($payDate != $sendTimWant) {
|