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