台桌返回当前订单取餐码
This commit is contained in:
@@ -241,6 +241,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||||||
|
|
||||||
itemMap.put("orderId", orderInfo == null ? null : orderInfo.getId());
|
itemMap.put("orderId", orderInfo == null ? null : orderInfo.getId());
|
||||||
itemMap.put("useType", orderInfo == null ? null : orderInfo.getUseType());
|
itemMap.put("useType", orderInfo == null ? null : orderInfo.getUseType());
|
||||||
|
itemMap.put("masterId", orderInfo == null ? null : orderInfo.getMasterId());
|
||||||
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