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