Kaynağa Gözat

订单带预售

shish 3 yıl önce
ebeveyn
işleme
4e5237b755
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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) {
         if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
             $content .= '<B>预订单</B><BR>';
             $content .= '<B>预订单</B><BR>';
         }
         }
+        if (isset($orderInfo['presell']) && $orderInfo['presell'] == 1) {
+            $content .= '<B>预售</B><BR>';
+        }
         if (isset($orderInfo['sendType'])) {
         if (isset($orderInfo['sendType'])) {
             $sendName = '出车';
             $sendName = '出车';
             if ($orderInfo['sendType'] == 1) {
             if ($orderInfo['sendType'] == 1) {