订单打印修改
This commit is contained in:
parent
8ac6688142
commit
96c5fc8d09
|
|
@ -61,7 +61,7 @@ public class RabbitPublisher {
|
|||
*/
|
||||
public void sendOrderReturnPrintMsg(String orderId) {
|
||||
//厨房票
|
||||
sendMsg(RabbitConstants.Queue.ORDER_MACHINE_PRINT_QUEUE, orderId);
|
||||
sendMsg(RabbitConstants.Queue.ORDER_MACHINE_PRINT_QUEUE, new JSONObject().fluentPut("orderId", orderId).fluentPut("printOrder", true).toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue