退菜单 播放

This commit is contained in:
2026-04-21 10:12:17 +08:00
parent a51207d2c9
commit 7445130611

View File

@@ -213,7 +213,7 @@ public class FeiPrinter extends PrinterHandler implements PrinterImpl {
String voiceJson = "{\"bizType\":\"2\",\"content\":\"\"}";
if (1 == machine.getVolumeSwitch()) {
voiceJson = "{\"bizType\":\"2\",\"content\":\"您有一笔新的订单,请及时处理\"}";
if(bizType.contains("退")){
if ("退菜单".equals(bizType) || "退款单".equals(bizType)) {
voiceJson = "{\"bizType\":\"2\",\"content\":\"有客人退菜了,请注意查看\"}";
}
}