叫号打印
This commit is contained in:
@@ -117,7 +117,7 @@ public class RabbitPublisher {
|
||||
* @param id 叫号队列id
|
||||
*/
|
||||
public void printCallNumTicket(Long id) {
|
||||
sendMsg(RabbitConstants.Queue.ORDER_HANDOVER_PRINT_QUEUE, id.toString());
|
||||
sendMsg(RabbitConstants.Queue.CALL_TABLE_QUEUE, id.toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user