打印完善

This commit is contained in:
张松
2025-02-26 15:16:35 +08:00
parent c7f8f467f0
commit 5b9998d506
6 changed files with 70 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ public class PrintMqListener {
throw new RuntimeException("订单信息不存在");
}
getPrintMachine(1L, "cash", "one", "one").forEach(machine -> {
getPrintMachine(1L, "cash", "one", "order").forEach(machine -> {
printerHandler.handleRequest(machine, orderInfo, null);
// printPlaceTicket(isReturn, machine, orderInfo, shopInfo);
});