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