排队取号返回叫号信息
This commit is contained in:
@@ -182,7 +182,12 @@ public class TbCallServiceImpl implements TbCallService {
|
|||||||
callQueue.setShopId(shopInfo.getId());
|
callQueue.setShopId(shopInfo.getId());
|
||||||
callQueue.setShopName(shopInfo.getShopName());
|
callQueue.setShopName(shopInfo.getShopName());
|
||||||
|
|
||||||
return callQueueService.save(callQueue);
|
callQueueService.save(callQueue);
|
||||||
|
HashMap<String, Object> data = new HashMap<>();
|
||||||
|
data.put("tableName", callTable.getName());
|
||||||
|
data.put("tableNote", callTable.getNote());
|
||||||
|
data.put("callNum", callQueue.getCallNum());
|
||||||
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user