shish 4 years ago
parent
commit
79dc6f3ecf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      biz-hd/order/classes/OrderClass.php

+ 3 - 2
biz-hd/order/classes/OrderClass.php

@@ -445,9 +445,10 @@ class OrderClass extends BaseClass
             $fromTypeName = $staffName . ' ' . $bookName;
             $fromTypeName = $staffName . ' ' . $bookName;
         }
         }
 
 
-        $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         if ($fromType == dict::getDict('fromType', 'mt')) {
         if ($fromType == dict::getDict('fromType', 'mt')) {
-            $content .= '<B>美团编号:' . $order->thirdSn . '</B><BR>';
+            $content = '<B>美团编号 ' . $order->thirdSn . '</B><BR>';
+        } else {
+            $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         }
         }
         $content .= '--------------------------------<BR>';
         $content .= '--------------------------------<BR>';