飞鹅打印机退单小票功能放开

This commit is contained in:
SongZhang 2024-09-13 15:32:12 +08:00
parent 3029e6c8be
commit 9a07219470
1 changed files with 2 additions and 2 deletions

View File

@ -612,8 +612,8 @@ public class PrintMechineConsumer {
String printType = "退款单";
String data = PrinterUtils.getCashPrintData(detailPO, printType, "return");
// String voiceJson = "{\"bizType\":\"2\",\"content\":\"您有一笔新的订单,请及时处理\"}";
// PrinterUtils.printTickets(voiceJson,1, Integer.valueOf(printerNum), tbPrintMachineWithBLOBs.getAddress(), data);
String voiceJson = "{\"bizType\":\"2\",\"content\":\"您有一笔新的订单,请及时处理\"}";
PrinterUtils.printTickets(voiceJson,1, Integer.valueOf(printerNum), tbPrintMachineWithBLOBs.getAddress(), data);
}
}