@@ -40,7 +40,7 @@ class ShopExtClass extends BaseClass
$lbSn = $order->fromType == 4 ? $shopExt->mtLbSn : $shopExt->makeLbSn;
$sound = "您有新的制作单";
if ($order->sendType == 1) {
- $sound = ",客户到店自取";
+ $sound .= ",客户到店自取";
} else {
$reachDate = $order->reachDate ?? '';
if (!empty($reachDate) && $reachDate != '0000-00-00') {