台桌信息返回当前订单id
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user