打印机相关实现

This commit is contained in:
张松
2025-02-25 16:54:17 +08:00
parent 5719fdef74
commit c1ff2084f6
6 changed files with 217 additions and 343 deletions

View File

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