商品索引添加商品热度字段,支持全量和定时增量。fix
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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") |
-
Please register or login to post a comment