打印问题 加粗 备注

This commit is contained in:
2026-04-17 14:10:01 +08:00
parent c8467eee17
commit 98468c4872
3 changed files with 5 additions and 6 deletions

View File

@@ -70,8 +70,8 @@ public class PrintMqListener {
printConfig.orderHandler(orderId, PrinterHandler.PrintTypeEnum.ORDER, null);
}
//菜品打印 全是后端
printConfig.orderHandler(orderId, PrinterHandler.PrintTypeEnum.ONLY_KITCHEN, null);
printConfig.orderHandler(orderId, PrinterHandler.PrintTypeEnum.ALL_KITCHEN, null);
printConfig.orderHandler(orderId, PrinterHandler.PrintTypeEnum.ONLY_KITCHEN, null);
return null;
}, RedisCst.getLockKey("orderPrint", orderId));
});