From dc5be7d38446f70e6ff86df311119c32b41fe7f8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 28 十一月 2020 16:37:05 +0800
Subject: [PATCH] 大淘客搜索接口升级

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 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 460ebe5..83b3a6a 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
@@ -2,6 +2,7 @@
 
 import java.util.List;
 
+import com.yeshi.fanli.entity.SystemEnum;
 import com.yeshi.fanli.entity.bus.help.AppPageNotification;
 
 /**
@@ -18,7 +19,7 @@
 	 * @param type
 	 * @return
 	 */
-	public AppPageNotification getAppPageNotificationByType(String type);
+	public AppPageNotification getAppPageNotificationByType(String type, SystemEnum system);
 
 
 	/**
@@ -58,11 +59,11 @@
 	 * 鍚庣鍒楄〃鏌ヨ
 	 * @return
 	 */
-	public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose);
+	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);
+	public long countQuery(String key, Integer show, Integer canClose, SystemEnum system);
 
-	public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode);
+	public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode, SystemEnum system);
 
 
 	public void updateByPrimaryKey(AppPageNotification record);

--
Gitblit v1.8.0