根据订单id获取订单详情

This commit is contained in:
牛叉闪闪
2024-07-18 17:25:23 +08:00
parent ddecf1341d
commit 539129781a
3 changed files with 8 additions and 1 deletions

View File

@@ -47,4 +47,7 @@ public interface TbOrderInfoMapper {
Map<String,String> selectByOrderId(String orderId);
List<SkuInfoPo> selectSkuByOrderId(String orderId);
TbOrderInfo selectById(Integer id);
}