fix AggProductListServiceImpl
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -54,7 +54,7 @@ import com.yoho.search.service.vo.SearchSort; | @@ -54,7 +54,7 @@ import com.yoho.search.service.vo.SearchSort; | ||
54 | @Service | 54 | @Service |
55 | public class AggProductListServiceImpl implements IAggProductListService, ApplicationEventPublisherAware { | 55 | public class AggProductListServiceImpl implements IAggProductListService, ApplicationEventPublisherAware { |
56 | 56 | ||
57 | - private static final Logger logger = LoggerFactory.getLogger(ProductListServiceImpl.class); | 57 | + private static final Logger logger = LoggerFactory.getLogger(AggProductListServiceImpl.class); |
58 | 58 | ||
59 | @Autowired | 59 | @Autowired |
60 | private SearchCommonHelper searchCommonHelper; | 60 | private SearchCommonHelper searchCommonHelper; |
-
Please register or login to post a comment