Authored by wangnan

商品索引添加商品热度字段,支持全量和定时增量。fix

@@ -29,7 +29,7 @@ public class TblRelationController { @@ -29,7 +29,7 @@ public class TblRelationController {
29 private TblSortRelationLogicService tblSortRelationLogicService; 29 private TblSortRelationLogicService tblSortRelationLogicService;
30 @Autowired 30 @Autowired
31 private TblBrandRelationLogicService tblBrandRelationLogicService; 31 private TblBrandRelationLogicService tblBrandRelationLogicService;
32 - 32 + @Autowired
33 private ProductIndexHeatValueUpdateFlow productIndexHeatValueUpdateFlow; 33 private ProductIndexHeatValueUpdateFlow productIndexHeatValueUpdateFlow;
34 34
35 @RequestMapping(value = "/doUpdateProductIndexHeatValue") 35 @RequestMapping(value = "/doUpdateProductIndexHeatValue")