台桌信息返回当前订单id
This commit is contained in:
parent
9cd49383ff
commit
e72cc189da
|
|
@ -162,6 +162,8 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||||
itemMap.put("qrcode", QRCODE + date.getQrcode().trim());
|
itemMap.put("qrcode", QRCODE + date.getQrcode().trim());
|
||||||
itemMap.put("tableId", date.getQrcode());
|
itemMap.put("tableId", date.getQrcode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
itemMap.put("orderId", getCurrentOrderId(date.getQrcode(), date.getShopId().toString()));
|
||||||
infoList.add(itemMap);
|
infoList.add(itemMap);
|
||||||
}
|
}
|
||||||
int i = tbShopTableRepository.countAllByShopId(criteria.getShopId());
|
int i = tbShopTableRepository.countAllByShopId(criteria.getShopId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue