Commit 5355a61e by 丁伟峰

Merge branch 'feat-dingwf' into develop

2 parents 228b2c26 a49beafb
...@@ -45,7 +45,7 @@ public class ProductServiceImpl implements ProductService { ...@@ -45,7 +45,7 @@ public class ProductServiceImpl implements ProductService {
brandMap.put(brand, brandDTO); brandMap.put(brand, brandDTO);
} }
} }
return (List<BrandDTO>) brandMap.values(); return new ArrayList<>(brandMap.values());
} }
@Override @Override
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!