团单号兼容
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user