|
|
@@ -1841,9 +1841,9 @@ class OrderClass extends BaseClass
|
|
|
$payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
|
|
|
$sendTimWant = $orderInfo['sendTimeWant'] ?? '';
|
|
|
if ($payDate != $sendTimWant) {
|
|
|
- $content .= '<BR>';
|
|
|
+ $content .= '<BR><BR>';
|
|
|
$content .= '送货时间:<BR>';
|
|
|
- $content .= '<B>' . $orderInfo['sendTimeWant'] . '</B><BR>';
|
|
|
+ $content .= '<B>' . $orderInfo['sendTimeWant'] . '!!!</B><BR><BR>';
|
|
|
}
|
|
|
if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
|
|
|
$content .= '<B>预订单</B><BR>';
|