|
@@ -553,16 +553,15 @@ class OrderClass extends BaseClass
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= date("Y-m-d", strtotime($order->addTime)) . '<BR>';
|
|
$content .= date("Y-m-d", strtotime($order->addTime)) . '<BR>';
|
|
|
} else {
|
|
} else {
|
|
|
- $content = '<CB>' . $fromTypeName . '<CB><BR>';
|
|
|
|
|
|
|
+ $content = '<CB>' . $fromTypeName . $respond['sendNum'] . '<CB>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '<CB>' . $respond['sendNum'] . '</CB><BR>';
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$readPeriod = $order->reachPeriod ?? 0;
|
|
$readPeriod = $order->reachPeriod ?? 0;
|
|
|
if ($order->sendType == 1) {
|
|
if ($order->sendType == 1) {
|
|
|
if (isset($order->reachDate) && !empty($order->reachDate) && $order->reachDate != '0000-00-00') {
|
|
if (isset($order->reachDate) && !empty($order->reachDate) && $order->reachDate != '0000-00-00') {
|
|
|
$currentReachDate = date("m-d", strtotime($order->reachDate));
|
|
$currentReachDate = date("m-d", strtotime($order->reachDate));
|
|
|
- $content .= '<B>' . $currentReachDate . ' ' . $readPeriod . '</B><BR>';
|
|
|
|
|
|
|
+ $content .= '<B>' . $currentReachDate . ' ' . $readPeriod . '前</B><BR>';
|
|
|
$content .= '<B>到店自取</B><BR><BR>';
|
|
$content .= '<B>到店自取</B><BR><BR>';
|
|
|
} else {
|
|
} else {
|
|
|
$content .= '<B>到店自取</B><BR><BR>';
|
|
$content .= '<B>到店自取</B><BR><BR>';
|