预约端-预定单:查询预约单选中台桌
This commit is contained in:
@@ -42,6 +42,11 @@ public class BkOrderServiceImpl extends ServiceImpl<BkOrderMapper, BkOrder> impl
|
||||
return mapper.bookings(shopId, search, start, end, status);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<BkOrderTable> bookingTables(Long shopId, Long bkOrderId) {
|
||||
return tableMapper.selectListByQuery(QueryWrapper.create().eq(BkOrderTable::getBookOrderId, bkOrderId).eq(BkOrderTable::getShopId, shopId));
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void booking(Long shopId, BkOrderDTO bkOrder) {
|
||||
|
||||
Reference in New Issue
Block a user