@@ -101,7 +101,6 @@ public class BrandServiceImpl implements BrandService {
String[] initals = new String[]{"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
List<BrandInfo> brandInfos = brandInfoDao.findInInitals(initals);
map.put(keyword, brandInfos);
- return map;
} else {
char[] initals = keyword.toCharArray();
for (char inital : initals) {