打印机相关实现
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user