打印调整
This commit is contained in:
parent
c62092844f
commit
a6766590cc
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue