取号没有桌型备注fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user