|
|
@@ -26,6 +26,7 @@ class ShopExtClass extends BaseClass
|
|
|
$shopName = $shop->shopName ?? '';
|
|
|
$currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
|
|
|
$content = "<CB>" . $currentName . "</CB><BR><BR>";
|
|
|
+ $content .= '<AUDIO-CANCEL>';
|
|
|
$content .= "<CB>订单即将过期</CB><BR>";
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= '<CB>订单号</CB><BR>';
|
|
|
@@ -42,7 +43,6 @@ class ShopExtClass extends BaseClass
|
|
|
$content .= "<CB>此单客户下单后10分钟未付款,稍后将自动取消,如有需要,请跟客户电话确认是否还要</CB><BR>";
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<CB>注意不是客户申请取消,因小票机提示语不能修改,所以提醒说是客户申请取消!!!</CB><BR>";
|
|
|
- $content .= '<AUDIO-CANCEL>';
|
|
|
$ext = self::getByCondition(['shopId' => $shopId]);
|
|
|
$printSn = $ext['printSn'] ?? '';
|
|
|
if (!empty($printSn)) {
|