shish 3 лет назад
Родитель
Сommit
4e5237b755
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      biz-ghs/order/classes/OrderClass.php

+ 3 - 0
biz-ghs/order/classes/OrderClass.php

@@ -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) {