取号没有桌型备注fix
This commit is contained in:
@@ -114,6 +114,7 @@ public class TbCallServiceImpl implements TbCallService {
|
|||||||
callQueue.setCallNum(getCallNumber(takeNumberDTO.getShopId(), callTable));
|
callQueue.setCallNum(getCallNumber(takeNumberDTO.getShopId(), callTable));
|
||||||
callQueue.setCreateDay(DateUtil.date().toString("yyyy-MM-dd"));
|
callQueue.setCreateDay(DateUtil.date().toString("yyyy-MM-dd"));
|
||||||
callQueue.setNote(callTable.getNote());
|
callQueue.setNote(callTable.getNote());
|
||||||
|
callQueue.setName(callTable.getName());
|
||||||
boolean save = callQueueService.save(callQueue);
|
boolean save = callQueueService.save(callQueue);
|
||||||
// 打印排号票信息
|
// 打印排号票信息
|
||||||
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());
|
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());
|
||||||
|
|||||||
Reference in New Issue
Block a user