|
|
@@ -974,6 +974,9 @@ class OrderClass extends BaseClass
|
|
|
if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
|
|
|
$content .= '<B>预订单</B><BR>';
|
|
|
}
|
|
|
+ if (isset($orderInfo['presell']) && $orderInfo['presell'] == 1) {
|
|
|
+ $content .= '<B>预售</B><BR>';
|
|
|
+ }
|
|
|
if (isset($orderInfo['sendType'])) {
|
|
|
$sendName = '出车';
|
|
|
if ($orderInfo['sendType'] == 1) {
|