From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 23 一月 2024 17:17:55 +0800
Subject: [PATCH] 抖音转链修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java |  144 ++++++++++++++++++++++++-----------------------
 1 files changed, 74 insertions(+), 70 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
index 94b0df8..17d6e6e 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
@@ -1,70 +1,74 @@
-package com.yeshi.fanli.service.inter.help;
-
-import java.util.List;
-
-import com.yeshi.fanli.entity.bus.help.AppPageNotification;
-
-/**
- * 瀹㈡埛绔疉PP椤甸潰閫氱煡
- * 
- * @author Administrator
- *
- */
-public interface AppPageNotificationService {
-
-	/**
-	 * 閫氳繃绫诲瀷鑾峰彇鍏蜂綋鐨勯�氱煡
-	 * 
-	 * @param type
-	 * @return
-	 */
-	public AppPageNotification getAppPageNotificationByType(String type);
-
-
-	/**
-	 * 娣诲姞
-	 * 
-	 * @param apn
-	 */
-	public void addAppPageNotification(AppPageNotification apn) throws Exception;
-	
-	/**
-	 * 閫夋嫨鎬ф彃鍏�
-	 * @param record
-	 */
-	public void insertSelective(AppPageNotification record);
-	
-	/**
-	 * 閫夋嫨鎬ф洿鏂�
-	 * @param record
-	 */
-	public void updateByPrimaryKeySelective(AppPageNotification record);
-	
-	/**
-	 * 鏍规嵁涓婚敭鏌ヨ
-	 * @param id
-	 * @return
-	 */
-	public AppPageNotification selectByPrimaryKey(Long id);
-	
-	/**
-	 * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
-	 * @param list
-	 * @return
-	 */
-	public int deleteBatchByPrimaryKey(List<Long> list);
-	
-	/**
-	 * 鍚庣鍒楄〃鏌ヨ
-	 * @return
-	 */
-	public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose);
-	
-	public long countQuery(String key, Integer show, Integer canClose);
-
-	public AppPageNotification getValidNotificationByTypeCache(String type);
-
-
-	public void updateByPrimaryKey(AppPageNotification record);
-
-}
+package com.yeshi.fanli.service.inter.help;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.SystemEnum;
+import com.yeshi.fanli.entity.bus.help.AppPageNotification;
+
+/**
+ * 瀹㈡埛绔疉PP椤甸潰閫氱煡
+ * 
+ * @author Administrator
+ *
+ */
+public interface AppPageNotificationService {
+
+	/**
+	 * 閫氳繃绫诲瀷鑾峰彇鍏蜂綋鐨勯�氱煡
+	 * 
+	 * @param type
+	 * @return
+	 */
+	public AppPageNotification getAppPageNotificationByType(String type, SystemEnum system);
+
+
+	/**
+	 * 娣诲姞
+	 * 
+	 * @param apn
+	 */
+	public void addAppPageNotification(AppPageNotification apn) throws Exception;
+	
+	/**
+	 * 閫夋嫨鎬ф彃鍏�
+	 * @param record
+	 */
+	public void insertSelective(AppPageNotification record);
+	
+	/**
+	 * 閫夋嫨鎬ф洿鏂�
+	 * @param record
+	 */
+	public void updateByPrimaryKeySelective(AppPageNotification record);
+	
+	/**
+	 * 鏍规嵁涓婚敭鏌ヨ
+	 * @param id
+	 * @return
+	 */
+	public AppPageNotification selectByPrimaryKey(Long id);
+	
+	/**
+	 * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
+	 * @param list
+	 * @return
+	 */
+	public int deleteBatchByPrimaryKey(List<Long> list);
+	
+	/**
+	 * 鍚庣鍒楄〃鏌ヨ
+	 * @return
+	 */
+	public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose, SystemEnum system);
+	
+	public long countQuery(String key, Integer show, Integer canClose, SystemEnum system);
+
+	public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode, SystemEnum system);
+
+
+	public void updateByPrimaryKey(AppPageNotification record);
+
+
+	public void setVersions(Long id, List<Long> versions) throws Exception;
+
+}

--
Gitblit v1.8.0