code review:拼团记录流程

This commit is contained in:
YunaiV
2023-10-11 11:04:22 +08:00
parent 708af92a0f
commit 670a098aa8
15 changed files with 37 additions and 62 deletions

View File

@ -39,16 +39,7 @@ public interface TradeOrderApi {
*/
TradeOrderSummaryRespDTO getOrderSummary(LocalDateTime beginTime, LocalDateTime endTime);
/**
* 更新拼团相关信息到订单
*
* @param orderId 订单编号
* @param activityId 拼团活动编号
* @param combinationRecordId 拼团记录编号
* @param headId 团长编号
*/
void updateOrderCombinationInfo(Long orderId, Long activityId, Long combinationRecordId, Long headId);
// TODO 芋艿:需要优化下;
/**
* 取消支付订单
*