shish 3 anni fa
parent
commit
5269a073e3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      biz-ghs/order/classes/OrderClass.php

+ 1 - 1
biz-ghs/order/classes/OrderClass.php

@@ -979,7 +979,7 @@ class OrderClass extends BaseClass
             $content .= '<B>预售单</B><BR>';
             $content .= '<B>预售单</B><BR>';
         }
         }
         if (isset($orderInfo['sendType'])) {
         if (isset($orderInfo['sendType'])) {
-            $sendName = '出车';
+            $sendName = '送货上门';
             if ($orderInfo['sendType'] == 1) {
             if ($orderInfo['sendType'] == 1) {
                 $sendName = '到店自取';
                 $sendName = '到店自取';
             }
             }