flow
This commit is contained in:
@@ -28,5 +28,13 @@ public interface BuyOrderService extends IService<BuyOrderEntity> {
|
||||
// 查询所有订单是否有可合并
|
||||
Page checkOrder(Map<String, Object> params);
|
||||
|
||||
void createSplitPackageOrder(String expressCompanyCode, Integer userAddressId, List<Integer> shopProductIdList) throws Exception;
|
||||
/**
|
||||
* 订单拆分发货
|
||||
*
|
||||
* @param expressCompanyCode 快递公司代码
|
||||
* @param userAddressId 用户地址 ID
|
||||
* @param buyOrderDetailId 订单详情 ID 列表
|
||||
* @throws Exception exception
|
||||
*/
|
||||
void createSplitPackageOrder(String expressCompanyCode, Integer userAddressId, List<Integer> buyOrderDetailId) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user