Преглед на файлове

update SearchServiceImpl

reghao преди 10 месеца
родител
ревизия
29e0d297e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      content/content-service/src/main/java/cn/reghao/tnb/content/app/vod/service/impl/SearchServiceImpl.java

+ 1 - 1
content/content-service/src/main/java/cn/reghao/tnb/content/app/vod/service/impl/SearchServiceImpl.java

@@ -66,7 +66,7 @@ public class SearchServiceImpl implements SearchService {
     }
 
     public PageList<VideoCard> searchByKeyword(String keyword, String nextIdStr, int pageNumber) {
-        int type = 2;
+        int type = 1;
         PageList<VideoCard> pageList;
         if (type == 1) {
             pageList = searchByKeyword1(keyword, nextIdStr, pageNumber);