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

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

@@ -545,7 +545,7 @@ class OrderClass extends BaseClass
             $fromTypeName = $staffName . ' ' . $bookName;
             $fromTypeName = $staffName . ' ' . $bookName;
         }
         }
         $content = '';
         $content = '';
-        $content .= "<CB>零售</CB>";
+        $content .= "<CB>零售</CB>";
         if ($fromType == dict::getDict('fromType', 'mt')) {
         if ($fromType == dict::getDict('fromType', 'mt')) {
             $content .= '<B>美团 ' . $order->thirdSn . '</B><BR>';
             $content .= '<B>美团 ' . $order->thirdSn . '</B><BR>';
             if (isset($order->goodsNum) && $order->goodsNum > 1) {
             if (isset($order->goodsNum) && $order->goodsNum > 1) {