排队小票问题
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user