团单号兼容

This commit is contained in:
2025-12-18 09:49:14 +08:00
parent ade9f4d5f9
commit 87d786c8a1
5 changed files with 37 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ public interface GbOrderService extends IService<GbOrder> {
Page<GbOrderDetailVO> getGbOrderPage(GbOrderQueryParam param);
//拼团订单详情
GbOrderDetailVO getGoodsRecordDetail(Long shopId, Long detailId);
GbOrderDetailVO getGoodsRecordDetail(Long shopId, Long detailId, String groupOrderNo);
//商品详情
GbWareVO getWareDetail(Long shopId, Long wareId, Long userId);