Browse Source

提示语

shish 3 năm trước cách đây
mục cha
commit
5269a073e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>';
         }
         if (isset($orderInfo['sendType'])) {
-            $sendName = '出车';
+            $sendName = '送货上门';
             if ($orderInfo['sendType'] == 1) {
                 $sendName = '到店自取';
             }