|
@@ -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>';
|
|
|
|
|
|