|
@@ -127,7 +127,7 @@ public class BrandServiceImpl extends ServiceImpl<IBrandMapper, Brand> implement
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public HashMap<String, BrandApiVo> getMapByIds(Set<Integer> brandIds) {
|
|
|
+ public HashMap<String, BrandApiVo> getMapByIds(Set<String> brandIds) {
|
|
|
HashMap<String, BrandApiVo> map = new HashMap<>();
|
|
|
if(!brandIds.isEmpty()){
|
|
|
List<Brand> brands = this.listByIds(brandIds);
|