From d551bef5e2b09bd98681cf97807988c9863e66fc Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期五, 02 四月 2021 00:39:28 +0800
Subject: [PATCH] 视频详情页中的广告显示策略

---
 src/main/java/com/yeshi/buwan/job/video/YouKuVideoUpdate.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/job/video/YouKuVideoUpdate.java b/src/main/java/com/yeshi/buwan/job/video/YouKuVideoUpdate.java
index fe9b11e..dbee71c 100644
--- a/src/main/java/com/yeshi/buwan/job/video/YouKuVideoUpdate.java
+++ b/src/main/java/com/yeshi/buwan/job/video/YouKuVideoUpdate.java
@@ -62,7 +62,7 @@
                     System.out.println(simple.getName() + ":" + simple.getId());
                     try {
                         YouKuShowDetail detail = getShowDetail(simple.getId());
-                        youKuService.save(detail);
+                        youKuService.addToInternetSearch(detail);
                     } catch (Exception e) {
                         e.printStackTrace();
                     }
@@ -91,7 +91,7 @@
                 String[] ids = param.split(",");
                 for (String id : ids) {
                     YouKuShowDetail detail = getShowDetail(id);
-                    youKuService.save(detail);
+                    youKuService.addToInternetSearch(detail);
                 }
             }
         } else {

--
Gitblit v1.8.0