取号没有桌型备注fix

This commit is contained in:
2024-10-18 13:51:09 +08:00
parent 0fb95098e3
commit a8c4097821

View File

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