排队小票问题

This commit is contained in:
2026-04-17 10:25:35 +08:00
parent 021fd32228
commit 89e00d5e97

View File

@@ -237,7 +237,7 @@ public class CallTableServiceImpl extends ServiceImpl<CallTableMapper, CallTable
.in(CallQueue::getState, 0, 1));
callTablePrintDTO.setPreNum(count);
// 打印排号票信息
rabbitPublisher.sendOtherPrintMsg(callQueue.getShopId(), callQueue, "CALL");
rabbitPublisher.sendOtherPrintMsg(callQueue.getShopId(), callTablePrintDTO, "CALL");
return new CallTableNumDTO().setTableName(callTable.getName()).setTableNote(callTable.getNote())
.setCallNum(callQueue.getCallNum()).setQueueId(callQueue.getId());