分店套餐 Id 不对问题

This commit is contained in:
gong
2025-12-19 17:58:21 +08:00
parent 6084bf847b
commit 7dc620a3d9
4 changed files with 13 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ public interface PpPackageOrderService extends IService<PpPackageOrder> {
/**
* 创建推广订单
*/
Long createPackageOrder(Long packageId);
Long createPackageOrder(Long packageId, Long shopId);
/**
* 根据订单 Id 查询推广订单详情