取号没有桌型备注fix

This commit is contained in:
2024-10-18 13:52:49 +08:00
parent a8c4097821
commit 2d0447b340

View File

@@ -114,6 +114,7 @@ public class TbCallServiceImpl implements TbCallService {
callQueue.setCallNum(getCallNumber(takeNumberDTO.getShopId(), callTable));
callQueue.setCreateDay(DateUtil.date().toString("yyyy-MM-dd"));
callQueue.setNote(callTable.getNote());
callQueue.setName(callTable.getName());
boolean save = callQueueService.save(callQueue);
// 打印排号票信息
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());