|
@@ -14,7 +14,7 @@ import java.util.List;
|
|
*/
|
|
*/
|
|
@Mapper
|
|
@Mapper
|
|
public interface ProductModuleDao {
|
|
public interface ProductModuleDao {
|
|
- List<ProductVo> getProductsByTinyType(@Param("tinyTypeID") Integer tinyTypeID, @Param("sortType") Integer sortType);
|
|
|
|
|
|
+ List<ProductVo> getProductsByTinyType(@Param("tinyTypeID") Integer tinyTypeID, @Param("sortType") Integer sortType);
|
|
|
|
|
|
List<SearchHistoryVo> getSearchHistoryList(Integer userId);
|
|
List<SearchHistoryVo> getSearchHistoryList(Integer userId);
|
|
|
|
|
|
@@ -50,7 +50,7 @@ public interface ProductModuleDao {
|
|
|
|
|
|
List<Integer> getRecommendIds(Integer productID);
|
|
List<Integer> getRecommendIds(Integer productID);
|
|
|
|
|
|
- List<ProductVo> getRecommendByIds(List<Integer> productIDs);
|
|
|
|
|
|
+ List<ProductVo> getRecommendByIds(@Param("productIDs") List<Integer> productIDs);
|
|
|
|
|
|
List<ProductVo> getDeFaultRecommend(Integer tinyTypeID);
|
|
List<ProductVo> getDeFaultRecommend(Integer tinyTypeID);
|
|
|
|
|