From d0f12da013131cd291cec6e81a12d661c02c4bf4 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期二, 17 三月 2020 12:14:27 +0800
Subject: [PATCH] 2.1

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 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 f8d8465..460ebe5 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
@@ -62,6 +62,12 @@
 	
 	public long countQuery(String key, Integer show, Integer canClose);
 
-	public AppPageNotification getValidNotificationByTypeCache(String type);
+	public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode);
+
+
+	public void updateByPrimaryKey(AppPageNotification record);
+
+
+	public void setVersions(Long id, List<Long> versions) throws Exception;
 
 }

--
Gitblit v1.8.0