Authored by wangnan

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

... ... @@ -29,7 +29,7 @@ public class TblRelationController {
private TblSortRelationLogicService tblSortRelationLogicService;
@Autowired
private TblBrandRelationLogicService tblBrandRelationLogicService;
@Autowired
private ProductIndexHeatValueUpdateFlow productIndexHeatValueUpdateFlow;
@RequestMapping(value = "/doUpdateProductIndexHeatValue")
... ...