台桌返回当前订单取餐码

This commit is contained in:
2024-10-09 14:10:38 +08:00
parent 99f372bf46
commit 680c24d2a2

View File

@@ -241,6 +241,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
itemMap.put("orderId", orderInfo == null ? null : orderInfo.getId());
itemMap.put("useType", orderInfo == null ? null : orderInfo.getUseType());
itemMap.put("masterId", orderInfo == null ? null : orderInfo.getMasterId());
infoList.add(itemMap);
}
int i = tbShopTableRepository.countAllByShopId(criteria.getShopId());