From b5e19564dcbf1b7ec12946209d74313479f9dfe1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 24 十二月 2021 19:51:31 +0800 Subject: [PATCH] 布丸vivo上架兼容 --- src/test/java/com/hxh/spring/test/SolrTest.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/test/java/com/hxh/spring/test/SolrTest.java b/src/test/java/com/hxh/spring/test/SolrTest.java index 1151a67..1892f3d 100644 --- a/src/test/java/com/hxh/spring/test/SolrTest.java +++ b/src/test/java/com/hxh/spring/test/SolrTest.java @@ -262,4 +262,18 @@ } } + + @Test + public void addToAlbum() { + albumVideoMapService.add(videoInfoService.getVideoInfo("8441251")); + } + + + @Test + public void getById() { + + SolrAlbumVideo solrAlbumVideo = solrDataManager.findOne("8441251"); + System.out.println(solrAlbumVideo); + } + } -- Gitblit v1.8.0