...
|
...
|
@@ -31,5 +31,5 @@ public interface ProductMapper { |
|
|
|
|
|
List<BrandSortIdsBO> selectBrandSortIdsBOList();
|
|
|
|
|
|
List<Integer> selectBrandNewestSkns(List<String> brandIds,@Param(value = "offset") int offset,@Param(value = "pageSize") int limit);
|
|
|
List<Integer> selectBrandNewestSkns(@Param(value = "brandIds") List<String> brandIds,@Param(value = "offset") int offset,@Param(value = "pageSize") int limit);
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|