bug fix
This commit is contained in:
@@ -19,6 +19,8 @@ public interface BuyOrderService extends IService<BuyOrder> {
|
||||
|
||||
PageUtils queryPage(Map<String, Object> params) throws Exception;
|
||||
|
||||
PageUtils queryPage1(Map<String, Object> params);
|
||||
|
||||
//更新订单状态
|
||||
void updateOrderStatus(Integer userId, String orderSn, String type);
|
||||
|
||||
@@ -35,4 +37,6 @@ public interface BuyOrderService extends IService<BuyOrder> {
|
||||
* @param buyOrderDetailId 订单详情 ID 列表
|
||||
*/
|
||||
void createSplitPackageOrder(String expressCompanyCode, List<Integer> buyOrderDetailId);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user