打印调整

This commit is contained in:
张松 2025-03-11 13:59:11 +08:00
parent c62092844f
commit a6766590cc
1 changed files with 1 additions and 1 deletions

View File

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