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