店铺管理-店铺配置:打印机设置相关接口

This commit is contained in:
谭凯凯
2024-10-17 13:52:47 +08:00
committed by Tankaikai
parent 2072495c55
commit 66763774ab

View File

@@ -130,7 +130,7 @@ public class FeiPrinter extends PrinterHandler {
po.setTakeTime(queue.getCreateTime());
po.setShopNote(StrUtil.format("过号顺延{}桌 {}桌后需重新排号 谢谢理解!", tbCallTable.getPostponeNum(), tbCallTable.getPostponeNum()));
String data = FeieyunPrintUtil.getCallNumPrintData(po);
String resp = FeieyunPrintUtil.print("",machine.getAddress());
String resp = FeieyunPrintUtil.print(data, machine.getAddress());
shopPrintLogService.save(machine, "叫号单", data, resp);
}
}