|
|
@@ -35,6 +35,7 @@ public interface SkuMapper extends BaseMapper<Sku> {
|
|
|
List<Sku> listByProdIdAndPlatform(@Param("prodId") Long prodId, @Param("platform") Integer platform, @Param("shopId") Long shopId);
|
|
|
|
|
|
Sku listBySukIdAndPlatformShop(@Param("skuId") Long skuId, @Param("platform") Integer platform, @Param("shopId") Long shopId);
|
|
|
+
|
|
|
Sku listBySukIdAndPlatform(@Param("skuId") Long skuId, @Param("platform") Integer platform);
|
|
|
|
|
|
int updateStocks(@Param("sku") Sku sku);
|
|
|
@@ -52,5 +53,6 @@ public interface SkuMapper extends BaseMapper<Sku> {
|
|
|
Sku selectByHbSkuId(@Param("hbSkuId") String hbSkuId);
|
|
|
|
|
|
IPage<SkuBuyTogetherOftenVo> buyTogetherOften(@Param("page") PageParam<SkuBuyTogetherOftenVo> page,
|
|
|
- @Param("skuId") Long skuId,@Param("shopId") Long shopId);
|
|
|
+ @Param("skuId") Long skuId, @Param("shopId") Long shopId,
|
|
|
+ @Param("channelId") Long channelId);
|
|
|
}
|