fix:mall promotion Combination

This commit is contained in:
puhui999
2023-07-05 11:31:16 +08:00
parent 41d996f7f3
commit 78b3d2a20f
12 changed files with 126 additions and 140 deletions

View File

@ -30,14 +30,13 @@ public interface ProductSkuApi {
*/
List<ProductSkuRespDTO> getSkuList(Collection<Long> ids);
// TODO puhui999入参用 Collection<Long> 更通用
/**
* 批量查询 SKU 数组
*
* @param spuIds SPU 编号列表
* @return SKU 数组
*/
List<ProductSkuRespDTO> getSkuListBySpuId(List<Long> spuIds);
List<ProductSkuRespDTO> getSkuListBySpuId(Collection<Long> spuIds);
/**
* 更新 SKU 库存