Authored by wangnan9279

ufo用真实表名 fix

@@ -113,9 +113,9 @@ public class UfoToYohoIndexBuilder extends IIndexBuilder { @@ -113,9 +113,9 @@ public class UfoToYohoIndexBuilder extends IIndexBuilder {
113 try { 113 try {
114 //缓存中获取所有基础数据 114 //缓存中获取所有基础数据
115 Map<Integer, Brand> yohoBrandMap = basicDataCacheService.getBrand(); 115 Map<Integer, Brand> yohoBrandMap = basicDataCacheService.getBrand();
116 - Map<Integer, ProductSort> yohoSortMap = basicDataCacheService.getProductSort();  
117 - Map<String, ProductColor> yohoColorNameMap = basicDataCacheService.getColorNameMap();  
118 - Map<String, List<Size>> yohoSizeNameMap = basicDataCacheService.getSizeNameMap(); 116 + Map<Integer, com.yoho.search.dal.model.ProductSort> yohoSortMap = basicDataCacheService.getProductSort();
  117 + Map<String, com.yoho.search.dal.model.ProductColor> yohoColorNameMap = basicDataCacheService.getColorNameMap();
  118 + Map<String, List<com.yoho.search.dal.model.Size>> yohoSizeNameMap = basicDataCacheService.getSizeNameMap();
119 Map<Short, com.yoho.search.dal.model.ufo_product.Brand> ufoBrandMap = basicDataCacheService.getUfoBrand(); 119 Map<Short, com.yoho.search.dal.model.ufo_product.Brand> ufoBrandMap = basicDataCacheService.getUfoBrand();
120 Map<Short, BrandSeries> ufoBrandSeriesMap = basicDataCacheService.getUfoBrandSeries(); 120 Map<Short, BrandSeries> ufoBrandSeriesMap = basicDataCacheService.getUfoBrandSeries();
121 Map<Short, Size> ufoSizeMap = basicDataCacheService.getUfoSize(); 121 Map<Short, Size> ufoSizeMap = basicDataCacheService.getUfoSize();